some CI and REQUIRE tweaks
This commit is contained in:
parent
c53ac388e9
commit
c58143404f
3 changed files with 3 additions and 7 deletions
|
@ -5,8 +5,7 @@ os:
|
|||
- osx
|
||||
sudo: required
|
||||
julia:
|
||||
- 0.4
|
||||
- 0.5
|
||||
- 0.6
|
||||
notifications:
|
||||
email: false
|
||||
script:
|
||||
|
|
2
REQUIRE
2
REQUIRE
|
@ -1,7 +1,7 @@
|
|||
julia 0.6-
|
||||
BinDeps
|
||||
SampledSignals 0.3.0
|
||||
RingBuffers 0.1.0
|
||||
RingBuffers 1.0.0
|
||||
Suppressor
|
||||
@osx Homebrew
|
||||
@windows WinRPM
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
environment:
|
||||
matrix:
|
||||
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
|
||||
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
|
||||
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
|
||||
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
|
||||
- JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
Loading…
Reference in a new issue