Skip to content

Commit

Permalink
Merge pull request #28 from 77web/fix-ci
Browse files Browse the repository at this point in the history
fix php versions for travi(travisでビルドするPHPのバージョンを更新)
  • Loading branch information
77web authored Oct 16, 2020
2 parents 3bff597 + 737b57b commit e92000a
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 e92000a

Please sign in to comment.