From 11260b22a4a26813d4951ebc8869fd830405c3bb Mon Sep 17 00:00:00 2001 From: Azareal Date: Tue, 31 Oct 2017 00:53:00 +0000 Subject: [PATCH] Hmmm, maybe this? --- .travis.yml | 3 +++ run-linux-tests | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee388c5c..5f7c288c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ go: - 1.9 - master before_install: + - cd $HOME + - git clone https://github.com/Azareal/Gosora + - cd Gosora - chmod 755 ./update-deps-linux - chmod 755 ./run-linux-tests - ./update-deps-linux diff --git a/run-linux-tests b/run-linux-tests index 9716fbb1..3ebe7c4f 100644 --- a/run-linux-tests +++ b/run-linux-tests @@ -1,5 +1,4 @@ echo "Generating the dynamic code" go generate echo "Running tests" -go test -o GosoraTests -./GosoraTests \ No newline at end of file +go test