Skip to content

Commit 81129dc

Browse files
committed
Disable travis notifications and don't test
Testing adds conflicting main symbol, so you can’t do that.
1 parent 8ab9ac1 commit 81129dc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
language: rust
2-
rust: nightly
3-
sudo: required
2+
sudo: false
3+
cache: cargo
44
dist: trusty
5+
rust:
6+
- nightly
7+
os:
8+
- linux
9+
env:
10+
- ARCH=x86_64
11+
notifications:
12+
email: false
13+
script: cargo build --verbose

0 commit comments

Comments
 (0)