Skip to content

Commit

Permalink
update travis to build for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
esell committed Feb 15, 2017
1 parent 055652f commit ac7b8eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ script:
- cd $TRAVIS_BUILD_DIR && $HOME/gopath/bin/goveralls -service=travis-ci -repotoken
$COVERALLS_TOKEN
- cd $TRAVIS_BUILD_DIR && go test
- cd $TRAVIS_BUILD_DIR && go build .
- cd $TRAVIS_BUILD_DIR && GOOS=linux GOARCH=amd64 go build -o deb-simple_linux
- cd $TRAVIS_BUILD_DIR && GOOS=darwin GOARCH=amd64 go build -o deb-simple_darwin
- cd $TRAVIS_BUILD_DIR && GOOS=windows GOARCH=amd64 go build -o deb-simple_windows.exe

0 comments on commit ac7b8eb

Please sign in to comment.