Skip to content

Commit

Permalink
Specifies Travis CI build script
Browse files Browse the repository at this point in the history
Travis CI was detecting the Makefile and using that to build instead of the go build command.
  • Loading branch information
tantalic committed Feb 25, 2016
1 parent 41f1fc1 commit 260ab2d
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 @@ -4,3 +4,6 @@ go:
- 1.5
- 1.6
- tip

script:
- go build

0 comments on commit 260ab2d

Please sign in to comment.