Skip to content

Commit

Permalink
Specifies Travis CI dependency installation step
Browse files Browse the repository at this point in the history
Specifies the usage of go get to install dependencies.
  • Loading branch information
tantalic committed Feb 25, 2016
1 parent 260ab2d commit f9c1d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ go:
- 1.6
- tip

install:
- go get

script:
- go build

0 comments on commit f9c1d1f

Please sign in to comment.