Skip to content

Commit

Permalink
Merge #11
Browse files Browse the repository at this point in the history
11: Enable bors-ng r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
bors[bot] and taiki-e committed May 14, 2019
2 parents 8ffca06 + ac433e8 commit 8fbdcd3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: rust
sudo: false
cache: cargo

branches:
only:
- master
- staging
- trying

matrix:
fast_finish: true

Expand All @@ -13,6 +19,9 @@ matrix:
- rust: stable
- rust: beta
- rust: nightly
script:
- cargo test --no-default-features
- cargo test

- rust: nightly
name: cargo check (minimal versions)
Expand Down Expand Up @@ -48,8 +57,8 @@ before_script:
- set -o errexit

script:
- cargo test --no-default-features
- cargo test
- cargo test --tests --no-default-features
- cargo test --tests

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/pin-project/"
readme = "README.md"
keywords = ["pin", "macros", "attribute"]
categories = ["rust-patterns"]
exclude = ["/.travis.yml"]
exclude = ["/.travis.yml", "/bors.toml"]

[badges]
travis-ci = { repository = "taiki-e/pin-project" }
Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
status = ["continuous-integration/travis-ci/push"]

0 comments on commit 8fbdcd3

Please sign in to comment.