Skip to content

Commit

Permalink
Merge pull request #9 from elvetemedve/fixing-the-build
Browse files Browse the repository at this point in the history
Remove unsupported PHP versions from build, add new ones
  • Loading branch information
elvetemedve authored Apr 7, 2020
2 parents 4026204 + 70c0bab commit 7384f6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: php

sudo: false

php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2]

php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, nightly]
matrix:
fast_finish: true
allow_failures:
- php: nightly


cache:
directories:
Expand Down

0 comments on commit 7384f6d

Please sign in to comment.