Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
test(travis): setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Jul 7, 2018
1 parent a16b2aa commit bc63a0b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: rust
rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly
fast_finish: true

cache: cargo

deploy:
provider: releases
api_key:
secure: GdRtivT9PCEPgl4Yn1u+eEnXSn73t7bWnb/8oXMr53UMKw3tHTgvESXzb42J1U93cMGiAmtFYiOYBDnmXrXK2QMeFBjuzoXu/Gb8zZOvOCkYyA8FLTx17tlC2WBFSm21zSOpSWY6vtlPsnjALbFPvXSu1P09RQI+BZJTXBWU3XEVQY14zqhnOPP3UEUv4PrLKLmM60+/2F09WfpSd0hhjznDfwq8FknZpJbnZIa55bWM0ZQpR9YRCYbhrC7F1o7yEh1EiDRS8WJuNi8Ws6hB4yQwKgXOKQyFSUk5r8777c69gH6YiSRNwar3bzbliWsRpnFqrpbv5KsChS3I7vtdE7aljxS9rgLhGAfL+sXYJJnaHqfXEr4MneoQesbAt30Hhk/qsoNps1939g1SUEC5SMU9ThYgrSGEeNE7EplUhsI5loOJFJhPhGj0S4crylaWJ2jGefZlzR7mCGNRqEWtVBXb7QdKSlooAPKXHF4a9kijHLS8z8cQ3uuH8rvpBd9ffTDhsJZUlCSr8PMf3/hldC2XGFD8gQQV4SBvY6oxHLtyfNWbIGfRKpu1cBbiHc93UFOZ1be7ti2FzRBQ3+X09WfsUMxY44G8hL6xLooPcS9c7yY1L0Ixc3k/GeGYarb03kUmADeZZxUNOLwmBC6kSOrOWDCX28raJQnE5O6ksQY=
file:
- "target/release/howtocards_backend"
- "target/release/howtocards_backend.d"
- "target/release/howtocards_backend.rlib"
skip_cleanup: true
on:
repo: howtocards/backend
tags: true

0 comments on commit bc63a0b

Please sign in to comment.