Skip to content

Commit

Permalink
remove php 5.3 from travis and use vendored phpunit (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Sep 12, 2017
1 parent e826aaf commit 1936fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
- $HOME/.composer/cache
- vendor
php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -29,3 +28,5 @@ before_script:
- psql -c 'create database oauth2_server_php;' -U postgres
after_script:
- php test/cleanup.php
script:
- vendor/bin/phpunit

0 comments on commit 1936fa9

Please sign in to comment.