diff --git a/.travis.yml b/.travis.yml index e9c66f8..9645c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,8 @@ go: before_install: - go get github.com/tools/godep -script: sh -c 'cd src/; godep restore; cd ..; make linux' \ No newline at end of file +install: + - godep restore + +script: + - make linux \ No newline at end of file