Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gencebay authored Dec 2, 2020
1 parent f72e509 commit 22f0764
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 @@ -16,7 +16,7 @@ before_install:
script:
- go mod download -x
- gox -os="linux darwin windows" -arch="amd64" -verbose
- gox -os="linux darwin windows" -arch="386" -verbose
- gox -os="linux windows" -arch="386" -verbose
before_deploy:
- git config --local user.name "gencebay"
- git config --local user.email "[email protected]"
Expand Down

0 comments on commit 22f0764

Please sign in to comment.