mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Merge pull request #376 from zachborboa/trusty
Use Trusty Tahr for continuous integration tests
This commit is contained in:
@@ -5,16 +5,23 @@ matrix:
|
||||
- php: nightly
|
||||
include:
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
- php: 5.4
|
||||
dist: trusty
|
||||
- php: 5.5
|
||||
dist: trusty
|
||||
- php: 5.6
|
||||
dist: trusty
|
||||
- php: 7.0
|
||||
dist: trusty
|
||||
- php: 7.1
|
||||
dist: trusty
|
||||
- php: hhvm
|
||||
dist: trusty
|
||||
- php: hhvm-nightly
|
||||
dist: trusty
|
||||
- php: nightly
|
||||
dist: trusty
|
||||
|
||||
before_script:
|
||||
- bash tests/before_script.sh
|
||||
|
||||
Reference in New Issue
Block a user