Skip to content

Commit 44186fe

Browse files
committed
tests as job
1 parent 21abc4c commit 44186fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ before_install:
88
install:
99
- travis_retry composer install --no-progress --prefer-dist # Install dependencies
1010

11-
script:
12-
- make tests
13-
1411
after_failure:
1512
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done # Print *.actual content
1613

1714
jobs:
1815
include:
16+
- stage: Tests
17+
php: 7.4
18+
script:
19+
- make tests
20+
1921
- stage: Code style
2022
php: 7.4
2123
script:

0 commit comments

Comments
 (0)