Commit 22d4574a4be259a33d8c82d69cf37b58bc8b9eb7
1 parent
4bd4a80d
Exists in
staging
and in
2 other branches
travis: comment about trusty
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -6,12 +6,16 @@ notifications: | @@ -6,12 +6,16 @@ notifications: | ||
6 | template: | 6 | template: |
7 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" | 7 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
8 | 8 | ||
9 | +# trusty constainers take more time to start | ||
9 | #dist: trusty | 10 | #dist: trusty |
11 | + | ||
10 | language: ruby | 12 | language: ruby |
11 | rvm: | 13 | rvm: |
12 | - 2.2 | 14 | - 2.2 |
13 | # ruby 2.3 works but isn't stable on travis | 15 | # ruby 2.3 works but isn't stable on travis |
14 | 16 | ||
17 | +cache: bundler | ||
18 | + | ||
15 | addons: | 19 | addons: |
16 | apt: | 20 | apt: |
17 | packages: | 21 | packages: |
@@ -32,7 +36,6 @@ addons: | @@ -32,7 +36,6 @@ addons: | ||
32 | before_install: | 36 | before_install: |
33 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | 37 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
34 | - gem install bundler | 38 | - gem install bundler |
35 | -cache: bundler | ||
36 | 39 | ||
37 | before_script: | 40 | before_script: |
38 | - mkdir -p tmp/{pids,cache} log cache | 41 | - mkdir -p tmp/{pids,cache} log cache |