aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
committerAleksey Kladov <[email protected]>2019-01-10 21:46:32 +0000
commit4196b65f2199fa2389b5ff9e89894651d195edbc (patch)
tree55a8ad2e05c72d3ef2830fe182df5d9926751b43 /.travis.yml
parenta95536301c346e68a109915e6d54136cae875ab0 (diff)
dont depend on tools from lsp-server
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 86bce93d6..789adcbe3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ build: &rust_build
8 language: rust 8 language: rust
9 rust: 1.31.1 9 rust: 1.31.1
10 script: 10 script:
11 - rustup component add rustfmt
11 - cargo gen-tests --verify 12 - cargo gen-tests --verify
12 - cargo gen-syntax --verify 13 - cargo gen-syntax --verify
13 - cargo test --no-run # let's measure compile time separately 14 - cargo test --no-run # let's measure compile time separately