We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afe2c8 commit dca41a3Copy full SHA for dca41a3
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
19
20
install:
21
-- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
+- if [ "$JQUERY" ] ; then nvm install 6 && npm install && npm install jquery@$JQUERY && npm test ; fi
22
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
23
24
script: if [ "$JQUERY" ] ; then npm test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi
0 commit comments