Skip to content

Commit

Permalink
Added the github oauth token for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 14, 2020
1 parent 6980f9f commit 33aa0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ before_install:
- ./travis/run_es_docker.sh

install:
- composer install --prefer-dist --no-interaction
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN} >/dev/null 2>&1; fi;
- composer install --prefer-dist --no-interaction >/dev/null 2>&1

before_script:
- if [ $TRAVIS_PHP_VERSION = '7.4' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi
Expand Down

0 comments on commit 33aa0da

Please sign in to comment.