Skip to content

Commit

Permalink
Merge pull request prydonius#7 from sschuberth/master
Browse files Browse the repository at this point in the history
travis: Make the build script independent of the fork
  • Loading branch information
prydonius committed May 1, 2015
2 parents f5bb7cf + af22c11 commit 62d2e12
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 @@ -4,7 +4,7 @@ before_install:
before_script:
- gox -os="darwin linux windows" -arch="386 amd64" -build-toolchain
script:
- gox -os="darwin linux windows" -arch="386 amd64" github.com/prydonius/karn/cmd/karn
- gox -os="darwin linux windows" -arch="386 amd64" ./cmd/karn
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 62d2e12

Please sign in to comment.