Skip to content

Commit b811961

Browse files
committedFeb 13, 2015
Remove npm install from travis config
node_modules is now bundled in stdlib/nodejs/node_modules.
1 parent a1dffdb commit b811961

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

Diff for: ‎.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)
Please sign in to comment.