From 0ada6c15eabf5be6e4b7de7272b554e03b12c6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20C=C3=B4rte-Real?= Date: Tue, 5 Sep 2017 07:26:05 +0100 Subject: [PATCH] Fix travis OSX rust stable build (#280) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fe67531..5ea7a677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: - libxxf86vm-dev install: + - rustup self update - | if [ $TRAVIS_OS_NAME = osx ]; then rustup target add x86_64-apple-ios