Skip to content

Commit 6afaf1d

Browse files
committed
Travis: do not use stages, but two script invocations
1 parent 58e55fe commit 6afaf1d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

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

7-
jobs:
8-
include:
9-
- stage: test_quick
10-
script: make test_quick
11-
- stage: test
12-
script: make test
7+
script:
8+
- make test_quick
9+
- make test

0 commit comments

Comments
 (0)