cd .. then make

This commit is contained in:
gmemstr 2017-09-24 12:00:59 -07:00
parent e92809d803
commit ba8e521556

View file

@ -6,4 +6,4 @@ go:
before_install:
- go get github.com/tools/godep
script: sh -c 'cd src/; godep restore; make linux'
script: sh -c 'cd src/; godep restore; cd ..; make linux'