updating dependencies now that more of them are tagged

This commit is contained in:
Spencer Russell 2016-08-22 12:00:23 -04:00
parent 93334b0de9
commit 1e4bfaff06
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,6 @@ os:
- osx - osx
sudo: required sudo: required
julia: julia:
# - release
- 0.4 - 0.4
- 0.5 - 0.5
notifications: notifications:
@ -13,4 +12,4 @@ notifications:
script: script:
# we can't actually run on travis, so just make sure it's installable # we can't actually run on travis, so just make sure it's installable
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - 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'

View file

@ -1,7 +1,8 @@
julia 0.4 julia 0.4
Compat 0.8.8
BinDeps BinDeps
Devectorize Devectorize
SampledSignals SampledSignals 0.1.0
RingBuffers RingBuffers 0.1.0
@osx Homebrew @osx Homebrew
@windows WinRPM @windows WinRPM