Hmmm, maybe this?
This commit is contained in:
parent
90cc069132
commit
11260b22a4
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
echo "Generating the dynamic code"
|
||||
go generate
|
||||
echo "Running tests"
|
||||
go test -o GosoraTests
|
||||
./GosoraTests
|
||||
go test
|
||||
|
|
Loading…
Reference in New Issue