Skip to content

Commit

Permalink
make cross in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 14, 2019
1 parent f926fb3 commit ad22b9a
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 @@ -6,6 +6,9 @@ env: PATH=/home/travis/gopath/bin:$PATH
script:
- make test
- make lint

before_deploy:
- make cross
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit ad22b9a

Please sign in to comment.