Commit 760318a 1 parent 79b6ee5 commit 760318a Copy full SHA for 760318a
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 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
4
12
notifications :
5
13
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")'
Original file line number Diff line number Diff line change
1
+ julia 0.7
1
2
Lazy
2
3
Compat
3
- julia 0.7-beta
You can’t perform that action at this time.
0 commit comments