From 22d4574a4be259a33d8c82d69cf37b58bc8b9eb7 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Thu, 7 Apr 2016 21:15:09 -0300 Subject: [PATCH] travis: comment about trusty --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9d1f51..912cccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,16 @@ notifications: template: - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" +# trusty constainers take more time to start #dist: trusty + language: ruby rvm: - 2.2 # ruby 2.3 works but isn't stable on travis +cache: bundler + addons: apt: packages: @@ -32,7 +36,6 @@ addons: before_install: - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 - gem install bundler -cache: bundler before_script: - mkdir -p tmp/{pids,cache} log cache -- libgit2 0.21.2