Browse Source

travis: experiment with caching with just one travis job

Mokhtar Naamani 4 years ago
parent
commit
0b01fb188c
1 changed files with 8 additions and 8 deletions
  1. 8 8
      .travis.yml

+ 8 - 8
.travis.yml

@@ -12,14 +12,14 @@ matrix:
   include:
     - os: linux
       env: TARGET=x86_64-unknown-linux-gnu
-    - os: linux
-      env: TARGET=arm-unknown-linux-gnueabihf
-      services: docker
-    - os: osx
-      env: TARGET=x86_64-apple-darwin
-    - os: linux
-      env: TARGET=wasm-blob
-      services: docker
+    # - os: linux
+    #   env: TARGET=arm-unknown-linux-gnueabihf
+    #   services: docker
+    # - os: osx
+    #   env: TARGET=x86_64-apple-darwin
+    # - os: linux
+    #   env: TARGET=wasm-blob
+    #   services: docker
 
 before_install:
   # This is not needed since travis will install rust stable as the default, and just specifying