aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:49:50 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:49:50 +0000
commit6f995f47ea6acd69666b0e409b10b3ccd38821ce (patch)
treecb3b78dcb08c923bc4ebc58e668298e0f0caccf0
parent4132fbf3a08c9de2e28a50bc29a2c37a7c1a42fc (diff)
parent77fb6354c3bfce6f094791ce732870b968df05ec (diff)
Merge #1044
1044: fix build r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-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