Browse Source

travis: try installing ruby, then ronn via a gem

master
Reece H. Dunn 9 years ago
parent
commit
6e5e913526
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -10,7 +10,8 @@ branches:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev
- sudo apt-get install -qq ruby-ronn
- sudo apt-get install -qq ruby
- sudo gem install ronn

script:
- ./autogen.sh

Loading…
Cancel
Save