From cc21dd19f08e60e5758896958ab16c6beea29e57 Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Martinez Date: Tue, 3 Oct 2017 11:43:18 +0200 Subject: [PATCH] Revert "Fix travis, test now does integration tests" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 288ee5e0..2ad1e368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - go get -v -t ./... script: - - make test + - make test integration-test after_success: - make push