Skip to content

Commit

Permalink
Make linux build target executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Jul 23, 2017
1 parent e2ae3db commit a5e8a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ script:
- cargo install cross
- cross build --release --target=x86_64-unknown-linux-musl
- cross build --release --target=x86_64-pc-windows-gnu
after_script:
- chmod +x target/x86_64-unknown-linux-musl/release/binichonline
matrix:
allow_failures:
- rust: beta
Expand Down

0 comments on commit a5e8a1a

Please sign in to comment.