Skip to content

Commit

Permalink
chore(travis-ci): Final travis-ci change?
Browse files Browse the repository at this point in the history
I sort of get this now. Maybe?
  • Loading branch information
travis-w committed Jul 8, 2019
1 parent 1e7a0ae commit 62243e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -8,10 +8,14 @@ before_script:
- npm run lint
- npm run build

script:
- npm test

after_success:
- npm run coveralls

jobs:
include:
- stage: test
script: npm test && npm run coveralls
- stage: deploy
name: 'Semantic Release'
node_js: '10'
Expand Down

0 comments on commit 62243e9

Please sign in to comment.