Skip to content

Commit af3ecd3

Browse files
committed
move to yarn
1 parent edd3529 commit af3ecd3

File tree

2 files changed

+5843
-3
lines changed

2 files changed

+5843
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ matrix:
2626

2727

2828
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
3030
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
3131

3232
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
3535

3636
deploy:
3737
provider: npm

0 commit comments

Comments
 (0)