From 1d6503553ab561582ec6b28d54d3be29af725571 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sun, 12 Aug 2018 20:26:57 +1000 Subject: [PATCH] Fix releases (#1017) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ca45b4f8..9a45120f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ script: - cargo test --all -j 1 - cd examples - cargo build + - cd .. # this is very important or else the below `cargo publish` will fail after_success: - |