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
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'

View file

@ -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