From e64ea0b26c0929d4665167539e3c8a4ee77c08b1 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Mon, 25 Aug 2014 17:04:12 -0400 Subject: [PATCH] travis config now checks out BinDeps master, until the next release --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index abe992d..aaa2254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)'