diff --git a/.travis.yml b/.travis.yml index b112196..94a28bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_install: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi script: - julia -e 'Pkg.init()' - - julia -e 'Pkg.add("BinDeps"); Pkg.checkout("BinDeps")' # latest master needed for Pacman support - julia -e 'Pkg.clone(pwd()); Pkg.build("AudioIO")' - julia -e 'Pkg.test("AudioIO", coverage=true)' after_success: diff --git a/deps/build.jl b/deps/build.jl index 9ef9f16..a093ee7 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -10,8 +10,8 @@ libsndfile = library_dependency("libsndfile") # TODO: add other providers with correct names provides(AptGet, {"portaudio19-dev" => libportaudio}) provides(AptGet, {"libsndfile1-dev" => libsndfile}) -provides(Pacman, {"portaudio" => libportaudio}) -provides(Pacman, {"libsndfile" => libsndfile}) +#provides(Pacman, {"portaudio" => libportaudio}) +#provides(Pacman, {"libsndfile" => libsndfile}) @osx_only begin