From 3c71b61ac4f2919bceb9e1d1b5da5dc05a6e2402 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 20 Dec 2018 01:35:11 +0100 Subject: Revert "travis: use ronn from apt on ubuntu" This reverts commit 5eb6ae67eaf8aacd2adbee255c35d9657fa07ae8. --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7933a49..305be56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ dist: xenial language: c -addons: - apt: - packages: - - ruby-ronn - matrix: include: - compiler: gcc @@ -87,6 +82,7 @@ matrix: packages: - gcc-mingw-w64-x86-64 -install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then gem install ronn; fi +install: + - gem install ronn script: curl -sSf https://yatr.rgm.io/run.sh | bash -- cgit v1.2.3-18-g5258