From 1f9dc06a57f45c8be216602661b68a0adce5beca Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 19 Jun 2015 12:56:34 +0200 Subject: [PATCH] chore(travis): explicitly use stable rust This would be the default, but I want to be sure everyone sees stable is what we need. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 293ce2e328..c209fc5973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: rust +rust: +- stable script: - make docs-all gen-all-cli cargo-api ARGS=test env: