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 b5381f2 commit 1c912edCopy full SHA for 1c912ed
.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