Merge pull request #3421 from ethcore/travis-beta

Change beta builds to stable on Travis
This commit is contained in:
Gav Wood
2016-11-14 16:29:34 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ matrix:
include:
- rust: stable
env: RUN_TESTS="true" TEST_OPTIONS="--no-release"
- rust: beta
- rust: stable
env: RUN_COVERAGE="true"
- rust: stable
env: RUN_DOCS="true"