Skip to content

Commit 12ed272

Browse files
committedApr 23, 2015
Remove npm install from travis config
node_modules is now bundled in stdlib/nodejs/node_modules.
1 parent 875b575 commit 12ed272

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sudo: false
44

55
cache:
66
bundler: true
7-
directories:
8-
- node_modules
97

108
matrix:
119
fast_finish: true
@@ -43,7 +41,6 @@ matrix:
4341

4442
before_install:
4543
- git submodule update --init
46-
- npm install
4744

4845
script:
4946
- "bundle exec rake $RUN"

0 commit comments

Comments
 (0)