Skip to content

Commit dca41a3

Browse files
committed
Run travis on node 6
1 parent 9afe2c8 commit dca41a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818

1919

2020
install:
21-
- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
21+
- if [ "$JQUERY" ] ; then nvm install 6 && npm install && npm install jquery@$JQUERY && npm test ; fi
2222
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
2323

2424
script: if [ "$JQUERY" ] ; then npm test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi

0 commit comments

Comments
 (0)