Skip to content

Commit

Permalink
💂‍♂️ Don't err if binary does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Oct 23, 2015
1 parent c37e098 commit e9a3364
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ install:
script:
- go build -v ./...
before_deploy:
- mkdir build
- cp butler butler.exe build/
- mkdir -p build
- cp butler build/ || :
- cp butler.exe build/ || :
deploy:
provider: s3
access_key_id: AKIAJC6IFO2T5RCEHRGA
Expand Down

0 comments on commit e9a3364

Please sign in to comment.