diff options
author | Bryant Mairs <bryant@mai.rs> | 2017-07-09 16:22:15 -0700 |
---|---|---|
committer | Marcin Mielniczuk <marmistrz.dev@zoho.eu> | 2017-07-25 09:09:52 +0200 |
commit | ce60aa5ad81a0e1b4cc638592492bf72ec830db6 (patch) | |
tree | e6fc3c7ae0b5cd8b3888f8dd09b0154475b6f1b8 | |
parent | a7170033961fc27721f242ef27c2c2b76d4d943e (diff) | |
download | nix-ce60aa5ad81a0e1b4cc638592492bf72ec830db6.zip |
Disable testing because of musl #include issues
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 21924ae6..6f069c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: rust: 1.13.0 - env: TARGET=arm-unknown-linux-gnueabi rust: 1.13.0 - - env: TARGET=arm-unknown-linux-musleabi + - env: TARGET=arm-unknown-linux-musleabi DISABLE_TESTS=1 rust: 1.14.0 - env: TARGET=armv7-unknown-linux-gnueabihf rust: 1.13.0 |