Browse Source

Install curl again for Travis CI macOS builds [ci skip]

timvisee 6 years ago
parent
commit
a8a6b234b9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -18,6 +18,8 @@ jobs:
       os: osx
       env: RUST_TARGET=x86_64-apple-darwin
       cache: cargo
+      install:
+        - brew install curl
       script:
         # TODO: remove after debugging
         - export TRAVIS_TAG=v0.2.18