Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Sep 14, 2019
1 parent 4db4f45 commit 6299e5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ addons:
language: php

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

# faster builds on new travis setup not using sudo
sudo: false
Expand All @@ -27,6 +27,9 @@ install:
- travis_retry composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader
- mkdir -p build/logs

script:
- vendor/bin/phpunit

after_script:
- |
if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"require": {
"yiisoft/yii2": "^2.0.14.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.34"
},
"repositories": [
{
"type": "composer",
Expand Down

0 comments on commit 6299e5e

Please sign in to comment.