Can we masquerade to get trusty tahr?

This commit is contained in:
Alex Crichton 2015-09-10 22:59:15 -07:00
parent 4d0eb6d085
commit dc376401f6
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
language: rust
sudo: required
services:
- docker
rust:
- 1.2.0
- beta
- nightly
sudo: false
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
- export TARGET=$ARCH-$OS