diff options
| author | Olle Jonsson <[email protected]> | 2016-11-02 23:07:44 +0100 |
|---|---|---|
| committer | Olle Jonsson <[email protected]> | 2016-11-02 23:07:44 +0100 |
| commit | 390d54cb38dac1339b613c6682fb7d54db25d578 (patch) | |
| tree | 774da7c9393e6424337177e9a0d41361897fc3ec | |
| parent | 17b9cf92eecc0a8baf265aef536de5a81ec64314 (diff) | |
| download | caxlsx-390d54cb38dac1339b613c6682fb7d54db25d578.tar.gz caxlsx-390d54cb38dac1339b613c6682fb7d54db25d578.zip | |
Travis: use Trusty, add haveged, get rbx-3
| -rw-r--r-- | .travis.yml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index dd03ae23..7aa421b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby -sudo: false +sudo: required +dist: trusty +group: beta cache: bundler bundler_args: --without profile @@ -17,8 +19,8 @@ matrix: - rvm: 2.0 - rvm: 2.1 - rvm: 2.2 - - rvm: rbx - - rvm: rbx-2 + - rvm: 2.3.1 + - rvm: rbx-3 - rvm: jruby-19mode env: JRUBY_OPTS="-Xcli.debug=true --debug" - rvm: jruby-9.1.5.0 @@ -27,8 +29,14 @@ matrix: - rvm: jruby-head env: JRUBY_OPTS="-Xcli.debug=true --debug" allow_failures: - - rvm: rbx - - rvm: rbx-2 + - rvm: rbx-3 - rvm: ruby-head - rvm: jruby-9.1.5.0 - rvm: jruby-head + +# https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm +# https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon +addons: + apt: + packages: + - haveged |
