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
|
- 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'
|
||||||
|
|
5
REQUIRE
5
REQUIRE
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue