diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-25 07:49:50 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-25 07:49:50 +0000 |
commit | 6f995f47ea6acd69666b0e409b10b3ccd38821ce (patch) | |
tree | cb3b78dcb08c923bc4ebc58e668298e0f0caccf0 /.travis.yml | |
parent | 4132fbf3a08c9de2e28a50bc29a2c37a7c1a42fc (diff) | |
parent | 77fb6354c3bfce6f094791ce732870b968df05ec (diff) |
Merge #1044
1044: fix build r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |