ask composer in TravisCI to use an oauth token to avoid rate limiting

pull/226/head^2
El RIDO 7 years ago
parent 6625a9dc59
commit 9af79467a0
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -12,6 +12,7 @@ install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 4
before_script:
- composer config -g github-oauth.github.com "$GITHUB_TOKEN"
- composer install -n
- npm install -g mocha
- cd js

Loading…
Cancel
Save