Skip to content

Commit 88963b4

Browse files
committed
chore(travis): pin npm used to v2.7.4
Since we are currently stuck on node 0.10 (see angular#1396), this will at least help us avoid some of the npm bugs present in older version that comes with 0.10.
1 parent 4fd4a1d commit 88963b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ before_install:
3535
- if [[ -e SKIP_TRAVIS_TESTS ]]; then { cat SKIP_TRAVIS_TESTS ; exit 0; } fi
3636

3737
install:
38+
# Update npm
39+
- npm install -g [email protected]
40+
- npm --version
3841
# Check the size of caches
3942
- du -sh ./node_modules || true
4043
# Install npm dependecies and ensure that npm cache is not stale

0 commit comments

Comments
 (0)