Skip to content

Commit 5939825

Browse files
mendhakAntonio Marcos SS Jr
authored andcommitted
Bumping to version 4 of node
Higher npm version to facilitate deployments Higher npm version to facilitate deployments
1 parent a684c3f commit 5939825

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)