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