Skip to content

Commit e5810ca

Browse files
author
Thomas Jespersen
committed
travis: Modify build manifest according to review comments
* Remove rust specifications, the include takes care of it * Add nightly build with --features stable * Add beta build
1 parent f66a225 commit e5810ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: rust
2-
rust:
3-
- stable
4-
- nightly
52
matrix:
63
include:
4+
- rust: nightly
5+
env: FEATURES=""
6+
- rust: beta
7+
env: FEATURES=""
78
- rust: stable
89
env: FEATURES="--features stable"
910
- rust: nightly
10-
env: FEATURES=""
11+
env: FEATURES="--features stable"
1112

12-
install: cargo build --verbose $FEATURES
1313
script: cd test-project && cargo test $FEATURES
1414

1515
notifications:

0 commit comments

Comments
 (0)