Skip to content

Commit e657497

Browse files
committed
drop test phase back out of 'stages';
1 parent 617a8b6 commit e657497

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ matrix:
1515
install:
1616
- composer install --no-interaction --prefer-dist --optimize-autoloader
1717

18+
script:
19+
- ./vendor/bin/phpunit --no-coverage
20+
1821
jobs:
1922
include:
20-
- stage: test
21-
script:
22-
- vendor/bin/phpunit --no-coverage
23-
2423
- stage: coverage
2524
php: 7.1
2625
script:

0 commit comments

Comments
 (0)