Skip to content

Commit

Permalink
Removed left over script in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyes512 committed Nov 13, 2018
1 parent ddf9da0 commit 0c3c33e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -12,14 +12,6 @@ env:
install:
- go mod download

script:
- go test
- GOARCH=amd64 GOOS=linux go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
- GOARCH=386 GOOS=linux go build boilr.go && tar czvf boilr-$VERSION-linux_386.tgz boilr
- GOARCH=amd64 GOOS=darwin go build boilr.go && tar czvf boilr-$VERSION-darwin_amd64.tgz boilr
- GOARCH=386 GOOS=darwin go build boilr.go && tar czvf boilr-$VERSION-darwin_386.tgz boilr


deploy:
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 0c3c33e

Please sign in to comment.