We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd855a commit 2a1674cCopy full SHA for 2a1674c
.travis.yml
@@ -3,5 +3,9 @@ sudo: false
3
services:
4
- docker
5
6
-script: |
7
- make test
+jobs:
+ include:
8
+ - stage: test_quick
9
+ script: make test_quick
10
+ - stage: test
11
+ script: make test
0 commit comments