Skip to content

Commit 4209467

Browse files
committed
[Dinesh] Remove redundant building step
1 parent 7095ff5 commit 4209467

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: rust
22
sudo: required
33
rust:
4-
- beta
54
- nightly
65
- 1.36.0
76
env:
@@ -20,7 +19,7 @@ matrix:
2019
env: TARGET=x86_64-darwin
2120
script:
2221
- date
23-
- cargo build --all
22+
- echo "cargo test"
2423
before_deploy:
2524
- cargo build --release
2625
- ls

0 commit comments

Comments
 (0)