Commit 4b11b7088a3b06ef262105af44ad98847388d741
1 parent
ac500478
Exists in
web_steps_improvements
and in
6 other branches
travis: Remove unecessary dependency and update ruby
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -8,7 +8,7 @@ notifications: |
8 | 8 | |
9 | 9 | language: ruby |
10 | 10 | rvm: |
11 | - - 2.2.3 | |
11 | + - 2.2.4 | |
12 | 12 | |
13 | 13 | sudo: false |
14 | 14 | addons: |
... | ... | @@ -22,7 +22,6 @@ addons: |
22 | 22 | - libmagickwand-dev |
23 | 23 | - libpq-dev |
24 | 24 | - libreadline-dev |
25 | - - libsqlite3-dev | |
26 | 25 | - libxslt1-dev |
27 | 26 | artifacts: |
28 | 27 | paths: | ... | ... |