Skip to content

Commit

Permalink
fix: Disabled node_modules caching in Travis CI
Browse files Browse the repository at this point in the history
It was causing CI builds to fail. Reliability is more important. Also fixed lint errors.
  • Loading branch information
nareshbhatia committed Sep 15, 2018
1 parent 8d106d9 commit 3503f25
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 376 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: node_js
branches:
only:
- master
cache:
directories:
- node_modules
notifications:
email: false
node_js:
Expand Down
Loading

0 comments on commit 3503f25

Please sign in to comment.