Skip to content

Commit

Permalink
Try removing github token usage on travis to get builds to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 11, 2017
1 parent 77d30b1 commit 65a84ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -45,8 +45,6 @@ matrix:
before_install:
- if [ $TRAVIS_PHP_VERSION != 7.0 ]; then phpenv config-rm xdebug.ini; fi

- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

- if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test;'; fi
- if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test2;'; fi
- if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test3;'; fi
Expand Down

0 comments on commit 65a84ea

Please sign in to comment.