Skip to content

Commit

Permalink
build(travis): php7 only
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 22, 2019
1 parent e0967be commit b0170db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: nightly
- 7.4

install:
- composer install --prefer-dist
Expand Down

0 comments on commit b0170db

Please sign in to comment.