aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-16 22:01:38 +0000
committerAleksey Kladov <[email protected]>2018-02-16 22:05:07 +0000
commitb920b3d50b53b5cfacd913d8a0f3b3d3f8111b45 (patch)
tree9d57aa9ab56b37b9446236e37ae8d7e88a1cd153 /.travis.yml
parent97c0258bc07efe0cc41b7420a2294040e254d0b2 (diff)
Use stable rustfmt-preview
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index b3134fd04..866d9138f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,15 +2,11 @@ language: rust
2 2
3matrix: 3matrix:
4 include: 4 include:
5 5 - rust: stable
6 - rust: nightly-2018-01-26
7 before_script: 6 before_script:
8 - rustup component add rustfmt-preview 7 - rustup component add rustfmt-preview
9 script: 8 script:
10 - cargo fmt -- --write-mode=diff 9 - cargo fmt --all -- --write-mode=diff
11
12 - rust: stable
13 script:
14 - cargo test 10 - cargo test
15 11
16branches: 12branches: