mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 17:05:26 +00:00
Fix authentication error from Github
From: http://blog.wyrihaximus.net/2015/09/github-auth-token-on-travis/
This commit is contained in:
parent
dc22b46bf3
commit
609594fa5e
1 changed files with 2 additions and 3 deletions
|
@ -34,10 +34,9 @@ branches:
|
||||||
only:
|
only:
|
||||||
- v2
|
- v2
|
||||||
|
|
||||||
install:
|
|
||||||
- composer self-update
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer self-update
|
||||||
|
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
|
||||||
# disable xdebug since we don't use code-coverage for now
|
# disable xdebug since we don't use code-coverage for now
|
||||||
- if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then phpenv config-rm xdebug.ini; fi
|
- if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then phpenv config-rm xdebug.ini; fi
|
||||||
# build coverage only on one build, to speed up results feedbacks
|
# build coverage only on one build, to speed up results feedbacks
|
||||||
|
|
Loading…
Reference in a new issue