Skip to content

Commit

Permalink
TravisCI: Update build matrix to build PHP 5.6~7.4 and nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed May 26, 2020
1 parent 3d5fc75 commit a1b34b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
language: php
sudo: false
matrix:
include:
- php: 5.2
dist: precise
- php: 5.3
dist: precise
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

jobs:
allow_failures:
- php: nightly

script:
- phpunit
- composer test
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"OscaOtero\\Env\\": "src/"
}
},
"config": {
"platform": {
"php": "5.6.40"
}
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
Expand Down

0 comments on commit a1b34b8

Please sign in to comment.