travis config now checks out BinDeps master, until the next release
This commit is contained in:
parent
0c396b095b
commit
e64ea0b26c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ before_install:
|
|||
- sudo apt-get install libpcre3-dev julia -y
|
||||
script:
|
||||
- julia -e 'Pkg.init()'
|
||||
- julia -e 'Pkg.add("BinDeps"); Pkg.checkout("BinDeps") # latest master needed for Pacman support'
|
||||
- julia -e 'run(`ln -s $(pwd()) $(Pkg.dir("AudioIO"))`)'
|
||||
- julia -e 'Pkg.pin("AudioIO"); Pkg.resolve(); Pkg.build("AudioIO")'
|
||||
- julia -e 'Pkg.test("AudioIO", coverage=true)'
|
||||
|
|
Loading…
Reference in a new issue