Skip to content

Commit 8b0f413

Browse files
bors[bot]jordens
andcommitted
Merge #18
18: travis: run on beta (#6) r=jordens a=jordens Co-authored-by: Robert Jördens <[email protected]>
2 parents 15baa01 + d77effa commit 8b0f413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
rust:
44
- nightly
5-
# - beta
5+
- beta
66
# - stable
77

88
cache: cargo
@@ -25,11 +25,11 @@ env:
2525

2626
matrix:
2727
allow_failures:
28-
# - rust: nightly
28+
- rust: nightly
2929
fast_finish: true
3030

3131
script:
32-
- RUSTFLAGS="-D warnings" cargo build --release --examples --features rt,$MCU
32+
- RUSTFLAGS="-D warnings" cargo build --verbose --release --examples --features rt,$MCU
3333

3434
notifications:
3535
email: false

0 commit comments

Comments
 (0)