File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 2
2
matrix :
3
3
fast_finish : true
4
4
include :
5
- - name : rust unittests and doctests
5
+ - name : Run rust tests
6
6
language : rust
7
7
rust : stable
8
8
cache : cargo
@@ -28,18 +28,13 @@ matrix:
28
28
- CODE_COVERAGE=false
29
29
script : tests/.travis-runner.sh
30
30
31
- - name : rustfmt
31
+ - name : Check rust code style with rustfmt
32
32
language : rust
33
33
rust : stable
34
34
cache : cargo
35
35
before_script :
36
- - rustup component add rustfmt-preview
36
+ - rustup component add rustfmt
37
37
script :
38
- # Code references the generated python.rs, so put something in
39
- # place to make `cargo fmt` happy. (We use `echo` rather than
40
- # `touch` because rustfmt complains about the empty file touch
41
- # creates.)
42
- - echo > parser/src/python.rs
43
38
- cargo fmt --all -- --check
44
39
env :
45
40
- JOBCACHE=3
Original file line number Diff line number Diff line change 8
8
vmImage : ' vs2017-win2016'
9
9
strategy :
10
10
matrix :
11
- Python37 :
12
- python.version : ' 3.7 '
11
+ Python36 :
12
+ python.version : ' 3.6 '
13
13
maxParallel : 10
14
14
15
15
steps :
You can’t perform that action at this time.
0 commit comments