aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-03-25 07:48:24 +0000
committerAleksey Kladov <[email protected]>2019-03-25 07:48:24 +0000
commit77fb6354c3bfce6f094791ce732870b968df05ec (patch)
tree035c3f80d1e403a635da3fac7d88c85126c5c3c7 /.travis.yml
parent8fd18fddea49ff988818a96f5f116ef660a3b6c4 (diff)
fix build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dffdea34..940435172 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ matrix:
19 19
20 - os: linux 20 - os: linux
21 if: branch = master AND type = push 21 if: branch = master AND type = push
22 before_stript: 22 before_script:
23 - DEPLOY_DOCS=1 23 - DEPLOY_DOCS=1
24 language: rust 24 language: rust
25 rust: stable 25 rust: stable