From b77d3df74f329e87a2fb840c4168d185a08b1651 Mon Sep 17 00:00:00 2001 From: Thorben Starsy Date: Tue, 29 Dec 2020 22:21:44 +0100 Subject: Travis is madness --- .travis.yml | 14 +++++++------- 1 file 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: - noel@peden.biz 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 -- cgit v1.2.3