8000 Cache the npm modules as well · viktorthang/developer.github.com@c7201de · GitHub
[go: up one dir, main page]

Skip to content

Commit c7201de

Browse files
committed
Cache the npm modules as well
1 parent a0eb912 commit c7201de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: ruby
22
rvm:
33
- 2.2.3
4-
cache: bundler
4+
cache:
5+
directories:
6+
- vendor/bundle
7+
- node_modules
58
sudo: false
69
git:
710
depth: 10
811
script:
12+
- npm install
913
- script/cibuild

0 commit comments

Comments
 (0)
0