Fix .travis.yml to actually build on beta and nightly (#133)

This commit is contained in:
Linus Färnstrand
2018-12-13 07:49:00 +01:00
committed by Y. T. CHUNG
parent 5cc2d6d191
commit 17be5d4c4d

View File

@@ -1,9 +1,10 @@
language: rust
matrix:
- rust: stable
- rust: beta
- rust: nightly
env: BUILD_WITH_FEATURE="--features miscreant"
include:
- rust: stable
- rust: beta
- rust: nightly
env: BUILD_WITH_FEATURE="--features miscreant"
cache: cargo