File tree 2 files changed +5843
-3
lines changed
2 files changed +5843
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ matrix:
26
26
27
27
28
28
install :
29
- - if [ "$JQUERY" ] ; then nvm install 6 && npm install && npm install jquery@$JQUERY ; fi
29
+ - if [ "$JQUERY" ] ; then nvm install 7 && npm install -g yarn && yarn && yarn add jquery@$JQUERY ; fi
30
30
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
31
31
32
32
script :
33
- - if [ "$JQUERY" ] ; then npm test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi
34
- - if [ "$JQUERY" ] && [ "$SAUCE_USERNAME" ] ; then npm run test-sauce ; fi
33
+ - if [ "$JQUERY" ] ; then yarn run test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi
34
+ - if [ "$JQUERY" ] && [ "$SAUCE_USERNAME" ] ; then yarn run test-sauce ; fi
35
35
36
36
deploy :
37
37
provider : npm
You can’t perform that action at this time.
0 commit comments