Compare commits

..

6 Commits

Author SHA1 Message Date
bootandy
a711f12502 hacking build 2018-03-19 14:44:30 -04:00
bootandy
528e487d7d hacking build 2018-03-19 14:42:07 -04:00
bootandy
9f8dfd1167 hacking build 2018-03-19 14:35:37 -04:00
bootandy
8db3aa6246 hacking build 2018-03-19 14:33:28 -04:00
bootandy
bb93025e1b hacking build 2018-03-19 14:30:52 -04:00
bootandy
e2f2754efb hacking build 2018-03-19 14:29:44 -04:00

View File

@@ -8,7 +8,6 @@ language: rust
rust:
- stable
matrix:
fast_finish: true
- os: osx
env: TARGET=i686-apple-darwin
- os: linux
@@ -19,13 +18,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
deploy:
provider: releases
api_key: