Skip to content

Commit

Permalink
Changes to Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
twalder-docnet committed Jun 18, 2015
1 parent 72b20da commit 494c671
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ php:
- 5.5
- 5.6

before_install:
- wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.21.zip
- unzip -q google_appengine_1.9.21.zip -d ~/

before_script:
- composer self-update
- composer install --prefer-source

script:
- mkdir -p build/logs
- SDK_HOME=~/google_appengine/php/sdk
- php vendor/bin/phpunit -d include_path=$SDK_HOME
- php vendor/bin/phpunit -d include_path=vendor/google/appengine-php-sdk/

after_script:
- php vendor/bin/coveralls -v

0 comments on commit 494c671

Please sign in to comment.