diff --git a/.travis.yml b/.travis.yml index 425929c..fc66025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx sudo: required julia: - # - release - 0.4 - 0.5 notifications: @@ -13,4 +12,4 @@ notifications: script: # we can't actually run on travis, so just make sure it's installable - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); Pkg.checkout("Compat"); Pkg.checkout("RingBuffers"); Pkg.checkout("SampledSignals"); using PortAudio' + - julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); using PortAudio' diff --git a/REQUIRE b/REQUIRE index 27fe671..e841abb 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,7 +1,8 @@ julia 0.4 +Compat 0.8.8 BinDeps Devectorize -SampledSignals -RingBuffers +SampledSignals 0.1.0 +RingBuffers 0.1.0 @osx Homebrew @windows WinRPM