瀏覽代碼

run the full test suite on osx

Jorge Aparicio 8 年之前
父節點
當前提交
3e6ebb3b76
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -46,8 +46,7 @@ script:
       sudo apt-get install -y qemu-user-static &&
       sh ci/run-docker.sh $TARGET;
     else
-      cargo test --target $TARGET &&
-      cargo test --target $TARGET --release;
+      sh ci/run.sh $TARGET;
     fi
   # Travis can't cache files that are not readable by "others"
   - chmod -R a+r $HOME/.cargo