Skip to content

Commit

Permalink
ci(travis): run build script after lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 14, 2018
1 parent 8315832 commit 5b849ee
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
language: node_js

node_js:
- stable

sudo: false # https://docs.travis-ci.com/user/migrating-from-legacy/

- stable
install:
- npm install

- npm install
script:
- npm run lint
- npm run cover

- npm run lint
- npm run cover
- npm run build
after_script:
- npm run coveralls

- npm run coveralls
cache:
directories:
- node_modules

directories:
- node_modules
notifications:
email: false
email: false

0 comments on commit 5b849ee

Please sign in to comment.