Skip to content

Commit e2365e7

Browse files
authored
Merge pull request mendhak#118 from mendhak/highernode
Fixing npm deployment - take 2
2 parents a684c3f + 5939825 commit e2365e7

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
@@ -3,15 +3,19 @@ sudo: false
33

44
language: node_js
55
node_js:
6-
- "0.10"
6+
- "4"
77

88
notifications:
99
email: false
1010

11+
before_install:
12+
- npm install -g npm@'>=3'
13+
1114
install:
1215
- npm install
1316
- node_modules/.bin/bower install
1417

18+
1519
script:
1620
# Just run the default task and make sure it builds, there aren't any tests :(
1721
- node_modules/.bin/grunt

0 commit comments

Comments
 (0)