From 478ec777ece92de79bb09d6d30a58b40497a50b2 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Sun, 18 Sep 2016 02:36:12 -0400 Subject: [PATCH] Builds fail due to unnecessary GH_Auth requirement https://github.com/composer/composer/issues/4884#issuecomment-195229989 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0bef80..82b39f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: - gem update --system - gem install sass - php --version - - php -r "readfile('https://getcomposer.org/installer');" | php && php composer.phar config -g github-oauth.github.com $GH_AUTH + - php -r "readfile('https://getcomposer.org/installer');" | php && php composer.phar - npm update -g npm - npm install -g bower grunt-cli jspm - jspm config registries.github.auth $JSPM_AUTH