Skip to content

Commit 760318a

Browse files
committed
update travis.yml and REQUIRE
1 parent 79b6ee5 commit 760318a

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.travis.yml

+11-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
language: cpp
2-
compiler:
3-
- clang
1+
language: julia
2+
os:
3+
- linux
4+
- osx
5+
julia:
6+
- 0.7
7+
- 1.0
8+
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
412
notifications:
513
email: false
6-
env:
7-
matrix:
8-
- JULIAVERSION="juliareleases"
9-
- JULIAVERSION="julianightlies"
10-
before_install:
11-
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
12-
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
13-
- sudo apt-get update -qq -y
14-
- sudo apt-get install libpcre3-dev julia -y
15-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
script:
17-
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("LNR")'

REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
julia 0.7
12
Lazy
23
Compat
3-
julia 0.7-beta

0 commit comments

Comments
 (0)