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
commit 3eb019064b

View File

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