Remove .travis.yml

This commit is contained in:
Jeremy Soller
2019-03-16 20:20:43 -06:00
parent 6f12bb6a32
commit 0e667c5f25
-16
View File
@@ -1,16 +0,0 @@
language: rust
env:
-
- TARGET=aarch64-unknown-linux-gnu
- TARGET=x86_64-unknown-redox
rust:
- nightly
install:
- if [ $TARGET == "aarch64-unknown-linux-gnu" ]; then sudo apt-get install gcc-aarch64-linux-gnu; fi
before_script:
- rustup component add rustfmt-preview
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
script:
- ./ci.sh
notifications:
email: false