diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 16:37:52 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 16:37:52 -0700 |
commit | 71b3b3ebb06c339a84b3399cf3a01397cf612c6b (patch) | |
tree | 54ce9f7d4dd56fbf350a860f06ff238a8f9cdfa7 | |
parent | 7a79b0334a1e56669fdc42d29d902ebe3117ff88 (diff) | |
download | sendgrid-php-71b3b3ebb06c339a84b3399cf3a01397cf612c6b.zip sendgrid-php-71b3b3ebb06c339a84b3399cf3a01397cf612c6b.tar.gz sendgrid-php-71b3b3ebb06c339a84b3399cf3a01397cf612c6b.tar.bz2 |
Fixing Travis build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6fe2a14..8e74410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ before_script: - phpenv local --unset - cd test/unit script: +- phpenv local 5.6 - "../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test*" +- phpenv local --unset after_script: - cd ../.. - phpenv local 5.4 |