Add Linux in there too

This commit is contained in:
Matt Green 2016-10-14 07:53:45 -04:00
parent 855e88f6e4
commit 7ea2b09fc5
1 changed files with 6 additions and 3 deletions

View File

@ -7,9 +7,12 @@ env:
matrix:
include:
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
script:
- bash ci/script.sh