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