diff --git a/.travis.yml b/.travis.yml index a392229..a043d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rust: os: - linux - osx +dist: trusty before_install: - if [ `uname` = "Darwin" ]; then brew tap nashenas88/gcc_cross_compilers;