Skip to content

Commit f66a225

Browse files
author
Thomas Jespersen
committed
Modify .travis.yml to build stable and nightly
Fixes Manishearth#138 Fixes Manishearth#134
1 parent b9bf18d commit f66a225

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
language: rust
2-
rust: nightly
3-
script: cd test-project && cargo test
2+
rust:
3+
- stable
4+
- nightly
5+
matrix:
6+
include:
7+
- rust: stable
8+
env: FEATURES="--features stable"
9+
- rust: nightly
10+
env: FEATURES=""
11+
12+
install: cargo build --verbose $FEATURES
13+
script: cd test-project && cargo test $FEATURES
414

515
notifications:
616
email:

0 commit comments

Comments
 (0)