Skip to content

Commit 835e2bd

Browse files
committed
restrict NPM installs based on installed node version
attempt to fix build on Node 0.8, where NPM was attempting to install Bower 1.3.8, which is incompatible npm/npm#3662 (comment)
1 parent 19d4efd commit 835e2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_js:
55
- "0.10"
66
- "0.11"
77
before_install:
8+
- npm config set engines-strict true
89
- npm install grunt-cli bower -g

0 commit comments

Comments
 (0)