Skip to content

Commit

Permalink
Simplify travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 14, 2019
1 parent fc2c434 commit 5144edb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ addons:
packages:
- ocaml-nox
- ocaml-findlib
- libjack-jackd2-dev
- libsamplerate0-dev

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libjack-jackd2-dev libsamplerate0-dev

script: ./bootstrap && ./configure && make
script:
- ./bootstrap
- ./configure
- make

0 comments on commit 5144edb

Please sign in to comment.