Skip to content

Commit

Permalink
ci(travis): Updated travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 3, 2016
1 parent 34dcc3e commit a12f42d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ language: node_js
node_js:
- "5"

cache:
directories:
# cache node modules
- node_modules

notifications:
# disable email notification
email: false
Expand All @@ -16,5 +21,6 @@ install:
script:
# remove unused node modules from cache
- npm prune
- npm run test:ci

sudo: required

0 comments on commit a12f42d

Please sign in to comment.