Files
archived-dust/.travis.yml
T
bootandy 143fc458b4 travis build file
no idea if this will work
2018-03-19 13:22:49 -04:00

21 lines
331 B
YAML

env:
global:
- PROJECT_NAME=dust
- CHANNEL=stable
language: rust
rust:
- stable
matrix:
- os: osx
env: TARGET=i686-apple-darwin
- os: linux
env: TARGET=i686-unknown-linux-gnu
- os: osx
env: TARGET=x86_64-apple-darwin
- os: linux
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo