forked from codemix/yii2-localeurls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b92efe9
commit eacb7e2
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
language: php | ||
dist: trusty | ||
php: | ||
- "7.4" | ||
- "7.3" | ||
- "7.2" | ||
- "7.1" | ||
- "7.0" | ||
- "5.6" | ||
- "5.5" | ||
- "5.4" | ||
|
||
install: | ||
- sudo apt-get update | ||
- travis_retry composer self-update && composer --version | ||
- travis_retry composer clear-cache | ||
- export PATH="$HOME/.composer/vendor/bin:$PATH" | ||
- travis_retry composer install --prefer-dist --no-interaction --no-progress | ||
- travis_retry composer require --dev phpunit/phpunit:^6.0 --prefer-dist --no-interaction --no-progress | ||
|
||
script: | ||
- php -doutput_buffering=On vendor/bin/phpunit | ||
|
||
- travis_retry composer install --no-interaction --no-progress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ | |
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"tests\\": "tests" | ||
} | ||
"psr-4": { | ||
"tests\\": "tests" | ||
} | ||
} | ||
} |