Przeglądaj źródła

try being consistent about quoting to disable arm build from osx

Tony Kelman 10 lat temu
rodzic
commit
ecfaad0dec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,6 +9,6 @@ env:
 matrix:
 matrix:
     exclude:
     exclude:
         - os: osx
         - os: osx
-          env: TARGET="arm32"
+          env: TARGET=arm32
 notifications:
 notifications:
     email: false
     email: false