From 65d02b9ced32d9a025928047ce4db58d36a6beb2 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 20 Feb 2017 04:30:11 +0100 Subject: [PATCH] Travis: trusty looks broken, check precise --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a0eeb43c..a9ff49c4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ sudo: false # Therefore, we build ASF on latest available OS, currently: Ubuntu 14.04 # Please bump me as new OSes arrive! # https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments -dist: trusty +# TODO: Temporarily disabled, as it's not 100% stable yet. +#dist: trusty # Save bandwidth by limiting git clone to only last 10 commits git: