Update .travis.yml

This commit is contained in:
Jeremy Soller 2016-11-05 08:46:10 -06:00 committed by GitHub
parent 2225241b95
commit 3c3c88a9a8

View file

@ -5,6 +5,7 @@ rust:
os:
- linux
- osx
dist: trusty
before_install:
- if [ `uname` = "Darwin" ]; then
brew tap nashenas88/gcc_cross_compilers;