aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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 f4ee048f4..9949312c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ matrix:
6 before_script: 6 before_script:
7 - rustup component add rustfmt-preview 7 - rustup component add rustfmt-preview
8 script: 8 script:
9 - cargo fmt --all -- --write-mode=diff 9 - cargo fmt --all -- --check
10 - cargo test 10 - cargo test
11 - cargo gen-kinds --verify 11 - cargo gen-kinds --verify
12 - cargo gen-tests --verify 12 - cargo gen-tests --verify