Skip to content

Commit

Permalink
Restrict toolchain builds tp required platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Aug 19, 2015
1 parent 5c81b40 commit 3b43535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:

before_deploy:
- go get github.com/laher/goxc
- goxc -t
- goxc -t -bc="linux darwin windows"
- goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows"

deploy:
Expand Down

0 comments on commit 3b43535

Please sign in to comment.