hacking build

This commit is contained in:
bootandy
2018-03-19 14:29:44 -04:00
parent 6404b79c00
commit e2f2754efb
-3
View File
@@ -19,9 +19,6 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo
before_install:
- export PATH="$PATH:$HOME/.cargo/bin"
script:
- cargo build --release --target $TARGET
- cargo test --target $TARGET