diff options
| author | panicbit <[email protected]> | 2017-07-26 04:11:30 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-26 04:11:30 +0200 |
| commit | 838ef34d4c493cdb26a8e4a9e7580f25cd62d69f (patch) | |
| tree | 0813baf8ffe24efeeb4cf67330ddeb4570772e4e | |
| parent | Merge pull request #36 from FenrirWolf/errDisp (diff) | |
| download | archived-ctru-rs-838ef34d4c493cdb26a8e4a9e7580f25cd62d69f.tar.xz archived-ctru-rs-838ef34d4c493cdb26a8e4a9e7580f25cd62d69f.zip | |
Don't run cargo test for CI
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0ff067e..cc61346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,3 @@ matrix: script: - cd ctr-std - cargo build - - cargo test |