some CI and REQUIRE tweaks

This commit is contained in:
Spencer Russell 2017-05-16 23:26:02 -04:00
parent c53ac388e9
commit c58143404f
3 changed files with 3 additions and 7 deletions

View file

@ -5,8 +5,7 @@ os:
- osx
sudo: required
julia:
- 0.4
- 0.5
- 0.6
notifications:
email: false
script:

View file

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

View file

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