Skip to content

Commit

Permalink
Cache node modules for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Jul 1, 2015
1 parent 0016813 commit 6d7e1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ matrix:
- env: COMMAND='npm run lint'
script:
- '[ "${TRAVIS_PULL_REQUEST}" != "false" -a "${BROWSER}" != "PhantomJS" ] && true || ${COMMAND}'
cache:
directories:
- node_modules

0 comments on commit 6d7e1e5

Please sign in to comment.