Skip to content

Commit 15515b2

Browse files
committed
Add npm to the travis cache
1 parent 20fde22 commit 15515b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
sudo: false
33
cache:
44
- bundler
5+
- directories:
6+
- $HOME/.npm
57
script: ./script/cibuild
68
before_install:
79
- "npm install jshint -g"

0 commit comments

Comments
 (0)