Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Check for github token
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 25, 2015
1 parent 2858e0a commit 685f4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -42,6 +42,7 @@ matrix:
## Update composer and run the appropriate composer command
before_script:
- composer self-update -q
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- if [ -z "$dependencies" ]; then composer install; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update -n; fi;
Expand Down

0 comments on commit 685f4e7

Please sign in to comment.