Skip to content

Commit

Permalink
Fix Travis CI after introduce Godep #25
Browse files Browse the repository at this point in the history
  • Loading branch information
openinx committed Feb 2, 2018
1 parent 50a8bfc commit 90c362c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ matrix:
before_install:
- mkdir -p /tmp/huker

install:
- export PATH=$PATH:$GOPATH/bin
- go get github.com/tools/godep
- godep restore

script:
- make && make travis-test

0 comments on commit 90c362c

Please sign in to comment.