Skip to content

Commit

Permalink
fix(tests): Added missing elements to Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Apr 17, 2018
1 parent 83fb6c1 commit a5fc0c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ sudo: required
cache:
directories:
- node_modules
before_script:
- npm install
script:
- npm run test
- npm run build && npm run test
notifications:
email:
on_success: never
Expand Down

0 comments on commit a5fc0c5

Please sign in to comment.