Browse Source

travis: ruby-rdiscount needs to be explicitly insta;;ed for ronn

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

+ 2
- 1
.travis.yml View File

@@ -11,7 +11,8 @@ before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev ruby-ronn
- sudo apt-get install -qq libpulse-dev portaudio19-dev libsonic-dev
- sudo apt-get install -qq ruby-ronn ruby-rdiscount

script:
- ./autogen.sh

Loading…
Cancel
Save