updating dependencies now that more of them are tagged
This commit is contained in:
parent
93334b0de9
commit
1e4bfaff06
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
5
REQUIRE
5
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
|
||||
|
|
Loading…
Reference in a new issue