Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 16, 2018
1 parent bd6f81b commit 17cb0b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: php

matrix:
fast_finish: true
include:
- php: 7.1
env: TYPO3_VERSION=^8
- php: 7.0
env: TYPO3_VERSION=^8
- php: 7.2
env: TYPO3_VERSION=^9
# matrix:
# fast_finish: true
# include:
# - php: 7.1
# env: TYPO3_VERSION=^8
# - php: 7.0
# env: TYPO3_VERSION=^8
# - php: 7.2
# env: TYPO3_VERSION=^9

sudo: false

Expand Down Expand Up @@ -49,7 +49,7 @@ script:
- >
echo;
echo "Running unit tests";
.Build/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit/
./vendor/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit/
- >
echo;
echo "Running php lint";
Expand Down

0 comments on commit 17cb0b9

Please sign in to comment.