aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-10 21:57:07 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-10 21:57:07 +0000
commit28559b7dd2e2c101c4b7f2c9bb207b3af94f6e16 (patch)
tree7bee8dee5216b7eb459edaa0aad54f04dcef3f97 /.travis.yml
parentb6bc55f542c88b1b0789435219f9dbf38c110f47 (diff)
parent6b7699d187d51e8a26ba1a18a217a77dd236458f (diff)
Merge #489
489: support std r=matklad a=matklad closes #465 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 789adcbe3..12e4da4a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ build: &rust_build
9 rust: 1.31.1 9 rust: 1.31.1
10 script: 10 script:
11 - rustup component add rustfmt 11 - rustup component add rustfmt
12 - rustup component add rust-src
12 - cargo gen-tests --verify 13 - cargo gen-tests --verify
13 - cargo gen-syntax --verify 14 - cargo gen-syntax --verify
14 - cargo test --no-run # let's measure compile time separately 15 - cargo test --no-run # let's measure compile time separately