From 47aa5affce1f8ae611fbebca758d5ef35f613912 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 19 May 2015 22:41:18 +0530 Subject: [PATCH] Travis uses stable by default now --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4a37a491..717e0238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ branches: - servo language: rust +rust: nightly script: scripts/travis-build.sh after_success: curl https://raw.githubusercontent.com/kmcallister/travis-doc-upload/master/travis-doc-upload.sh | sh