Skip to content

Commit

Permalink
refactor: change travis script order
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Feb 22, 2019
1 parent dc334d7 commit 2efce8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ node_js :
install:
- npm install
script:
- npm run test
- npm run build
- npm run lint
- npm run test

# Send coverage data to Coveralls
after_script: npm run coverage

0 comments on commit 2efce8f

Please sign in to comment.