diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-29 15:41:26 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-29 15:41:43 +0100 |
commit | dfad9ba0f94562d81b2002b15a5bfd52b9dcba38 (patch) | |
tree | 51321213daad4b8b7cf8282a0d8c7cb307b64157 | |
parent | bb0efca468e764af1c0e5f5d29d442fc522854c0 (diff) | |
download | wallabag-dfad9ba0f94562d81b2002b15a5bfd52b9dcba38.tar.gz wallabag-dfad9ba0f94562d81b2002b15a5bfd52b9dcba38.tar.zst wallabag-dfad9ba0f94562d81b2002b15a5bfd52b9dcba38.zip |
Defining Github token is now useless
We are using it differently with .composer-auth.json file
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db79baab..5f0abe87 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -44,7 +44,6 @@ before_script: | |||
44 | - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi; | 44 | - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi; |
45 | - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi; | 45 | - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi; |
46 | - composer self-update --no-progress | 46 | - composer self-update --no-progress |
47 | - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; | ||
48 | - if [[ "$DB" = "pgsql" ]]; then psql -c 'create database wallabag_test;' -U postgres; fi; | 47 | - if [[ "$DB" = "pgsql" ]]; then psql -c 'create database wallabag_test;' -U postgres; fi; |
49 | 48 | ||
50 | before_install: | 49 | before_install: |