diff --git a/.travis.yml b/.travis.yml index a00618c..dbfd3b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ rust: matrix: allow_failures: - - rust: beta - - rust: nightly \ No newline at end of file + - rust: stable + - rust: beta \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 23fc969..14bfe8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ environment: # or test failure in the matching channels/targets from failing the entire build. matrix: allow_failures: - - channel: nightly + - channel: stable - channel: beta ## Install Script ##