Skip to content

Commit

Permalink
travisでビルドするPHPのバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
77web authored Oct 16, 2020
1 parent 3bff597 commit 737b57b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.2
- 7.3
- 7.4

matrix:
allow_failures:
- php: hhvm

before_script:
# - wget http://cs.sensiolabs.org/get/php-cs-fixer.phar
Expand Down

0 comments on commit 737b57b

Please sign in to comment.