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.
test
1 parent 17a7acf commit ddb274bCopy full SHA for ddb274b
.travis.yml
@@ -17,17 +17,19 @@ services:
17
matrix:
18
fast_finish: true
19
20
-# Job lifecycle
21
-script:
22
- - which cargo-make || cargo install cargo-make
23
- - cargo make ci-flow
24
-# But don't cache the cargo registry
25
-before_cache:
26
- - rm -rf /home/travis/.cargo/registry
27
-# End Job lifecycle
+stages:
+ - test
+ - deploy
28
29
jobs:
30
include:
+ - stage: test
+ script:
+ - which cargo-make || cargo install cargo-make
+ - cargo make ci-flow
+ # But don't cache the cargo registry
31
+ before_cache:
32
+ - rm -rf /home/travis/.cargo/registry
33
- stage: deploy
34
if: tag IS present
35
before_deploy:
0 commit comments