summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThorben Starsy <[email protected]>2020-12-29 22:21:44 +0100
committerThorben Starsy <[email protected]>2020-12-29 22:21:44 +0100
commitb77d3df74f329e87a2fb840c4168d185a08b1651 (patch)
tree6be0258776d05b8ce1148cedcf474b72be9d0eb0
parentcd45776f41f139d61f976173c81828d580e75739 (diff)
downloadcaxlsx-b77d3df74f329e87a2fb840c4168d185a08b1651.tar.gz
caxlsx-b77d3df74f329e87a2fb840c4168d185a08b1651.zip
Travis is madness
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index dd2d9f29..2cd0e0c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,12 @@ notifications:
on_success: always
+before_install:
+ - sudo apt-get update
+ - sudo apt-get -y install haveged gnupg2
+ - gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
+ - gpg2 --verify binscripts/rvm-installer.asc binscripts/rvm-installer
+
matrix:
include:
- rvm: 2.3.8
@@ -35,10 +41,4 @@ env:
global:
- JRUBY_OPTS="-Xcli.debug=true --debug"
-# https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm
-
-before_install:
- - sudo apt-get update
- - sudo apt-get -y install haveged gnupg2
- - gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
- - gpg2 --verify binscripts/rvm-installer.asc binscripts/rvm-installer \ No newline at end of file
+# https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm \ No newline at end of file