Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
removed GITHUB_OAUTH_TOKEN
  • Loading branch information
Algatux authored Jan 18, 2018
1 parent 44f2791 commit 62cee2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ matrix:
before_install:
- phpenv config-rm xdebug.ini
- composer self-update
- composer config --quiet --global github-oauth.github.com ${GITHUB_OAUTH_TOKEN}
- if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:${SYMFONY}" --no-update; fi;

install:
Expand Down

0 comments on commit 62cee2c

Please sign in to comment.