Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Stage names
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliu committed Nov 9, 2018
1 parent 2084065 commit b92b76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ install:
jobs:
include:
- stage: test
name: "Build demo"
script: npm run build-demo
- stage: test
name: "Unit test"
script: npm test
after_success:
- cat ./dist/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down

0 comments on commit b92b76b

Please sign in to comment.