Fix iOS build and add to Travis CI

This commit is contained in:
Christian Howe 2016-12-13 07:28:30 -06:00
parent bc0dd0f854
commit 5146bce88e
7 changed files with 485 additions and 766 deletions

View file

@ -13,13 +13,14 @@ addons:
script:
- cargo build --verbose
- [ $TRAVIS_OS_NAME = osx ] && cargo build --target x86_64-apple-ios
- cargo test --verbose
os:
- linux
- osx
after_success:
after_success:
- |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&