Skip to content

Commit 90a60e6

Browse files
committed
put test stage back together
1 parent fe337a2 commit 90a60e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ matrix:
1313

1414
before_script:
1515
- composer install --no-interaction --prefer-dist --optimize-autoloader
16-
script:
17-
- vendor/bin/phpunit --no-coverage
1816

1917
jobs:
2018
include:
19+
- stage: test
20+
script:
21+
- vendor/bin/phpunit --no-coverage
22+
2123
- stage: lint
2224
php: 7.1
2325
before_script:

0 commit comments

Comments
 (0)