Skip to content

Commit 2a1674c

Browse files
committed
Travis: build stages: run test_quick first
1 parent edd855a commit 2a1674c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ sudo: false
33
services:
44
- docker
55

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

0 commit comments

Comments
 (0)