Update travis.yml with new file structure in mind

This commit is contained in:
gmemstr 2017-09-25 16:05:50 -07:00
parent 4dd25948f6
commit 81196200cb

View file

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