Skip to content

Commit f4da88a

Browse files
committed
fixup! Travis: do not use stages, but two script invocations
1 parent c0b51d8 commit f4da88a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ language: generic
44
services:
55
- docker
66

7-
script: |
8-
make test_quick
9-
make test
7+
script:
8+
- make test_quick
9+
- make test

0 commit comments

Comments
 (0)