From 6e6157185f3a2f7d8f1e1403633f37cfa95e117c Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Tue, 3 Oct 2017 11:41:14 +0200 Subject: [PATCH] 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 2ad1e368..288ee5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - go get -v -t ./... script: - - make test integration-test + - make test after_success: - make push