Hmmm, maybe this?

This commit is contained in:
Azareal 2017-10-31 00:53:00 +00:00
parent 90cc069132
commit 11260b22a4
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
echo "Generating the dynamic code"
go generate
echo "Running tests"
go test -o GosoraTests
./GosoraTests
go test