]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
make `overlapping_impls` call closures instead of returning
[rust.git] / .travis.yml
index 74099b3014a26b41fad70d82827090def9be022d..6e242b74894c5dd66715f904683287ba94338b69 100644 (file)
@@ -5,7 +5,7 @@ services:
   - docker
 
 git:
-  depth: 1
+  depth: 2
   submodules: false
 
 matrix:
@@ -126,7 +126,7 @@ matrix:
       if: branch = auto
     - env: IMAGE=dist-armv7-linux DEPLOY=1
       if: branch = auto
-    - env: IMAGE=dist-i586-gnu-i686-musl DEPLOY=1
+    - env: IMAGE=dist-i586-gnu-i586-i686-musl DEPLOY=1
       if: branch = auto
     - env: IMAGE=dist-i686-freebsd DEPLOY=1
       if: branch = auto
@@ -207,7 +207,7 @@ before_install:
   # they shouldn't exist, please revert once more official solutions appeared.
   # see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
   - if [ "$TRAVIS_OS_NAME" = linux ]; then
-      echo '{"ipv6":true,"fixed-cidr-v6":"fe80::/64"}' | sudo tee /etc/docker/daemon.json;
+      echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
       sudo service docker restart;
     fi