Skip to content

Commit

Permalink
Builds fail due to unnecessary GH_Auth requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Foss committed Sep 18, 2016
1 parent 2eb7de3 commit 478ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 478ec77

Please sign in to comment.