Browse Source

travis: try installing dependencies from before_install

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

+ 1
- 3
.travis.yml View File

@@ -9,10 +9,8 @@ branches:

before_install:
- sudo apt-get update -qq

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

script:
- ./autogen.sh

Loading…
Cancel
Save