Skip to content

Commit

Permalink
update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
odiaseo committed Jan 17, 2018
1 parent a909528 commit 20a09fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: php
php:
- '7.0'
- '7.1'
install:
- composer install
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml.dist
after_success:
- travis_retry php vendor/bin/coveralls -v
- travis_retry php vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"elasticsearch/elasticsearch": "^5.3",
"laravel/scout": "^3.0",
"laravel/framework": "^5.5",
Expand Down

0 comments on commit 20a09fd

Please sign in to comment.