commit | 5d965c28120fd1611d2eeb51e0943457f482a8ee | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jun 03 19:05:59 2017 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jun 03 19:05:59 2017 -0700 |
tree | f47bcbe813d022ad793904926b1ecc73ed5573f5 | |
parent | b99e1b0e52b4595b1e70e7e623053799fbd1675b [diff] |
Skip testing visit and fold
diff --git a/.travis.yml b/.travis.yml index b0180a6..b5104fb 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -41,7 +41,7 @@ ;; test) git submodule update --init && - cargo test --all-features --release + cargo test --features 'full extra-traits' --release ;; clippy) cargo install clippy --debug --force || exit