now disabling 0.2 testing and bumps required Julia version in REQUIRE
This commit is contained in:
parent
326f28a2b5
commit
9c5c01aa7b
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ notifications:
|
||||||
email: true
|
email: true
|
||||||
env:
|
env:
|
||||||
- JULIAVERSION="julianightlies"
|
- JULIAVERSION="julianightlies"
|
||||||
- JULIAVERSION="juliareleases"
|
# - JULIAVERSION="juliareleases"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
|
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
|
||||||
- sudo add-apt-repository ppa:staticfloat/$JULIAVERSION -y
|
- sudo add-apt-repository ppa:staticfloat/$JULIAVERSION -y
|
||||||
|
|
2
REQUIRE
2
REQUIRE
|
@ -1,3 +1,3 @@
|
||||||
julia 0.2-
|
julia 0.3-
|
||||||
BinDeps
|
BinDeps
|
||||||
@osx Homebrew
|
@osx Homebrew
|
||||||
|
|
Loading…
Reference in a new issue