diff options
| author | Vincent Prouillet | 2018-06-28 12:15:11 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2018-06-28 12:15:12 +0200 |
| commit | 1d0e36b80079fd76cece7071660ab033f61ddce7 (patch) | |
| tree | adf0a800232d1124b215addd6407f6f2c727a5c9 | |
| parent | c60ac1ff7900c72aa78585820e7987e405cb1b69 (diff) | |
| download | validator-1d0e36b80079fd76cece7071660ab033f61ddce7.tar.bz2 | |
Do not cache to avoid compiletest error
https://github.com/laumann/compiletest-rs/issues/114
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9bbb816..84132b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: rust -cache: cargo rust: - nightly |
