From 232fbb2f2c3df646b91c0f649cc86c3440aefc5a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 13 Dec 2019 19:07:09 +0100 Subject: Revert "Disable testing for now until we've fixed everything" This reverts commit a98eaa5e58dc0ac76653f00d8845bccba90f9be3. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53e3b66..20cc0c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ matrix: - language: nix script: - nix-shell --pure --run "cargo build --all --all-features" + - nix-shell --pure --run "cargo test --all --all-features" jobs: allow_failures: -- cgit v1.2.3