File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 1
- language : cpp
2
- compiler :
3
- - clang
1
+ # Documentation: http://docs.travis-ci.com/user/languages/julia/
2
+ language : julia
3
+ os :
4
+ - linux
5
+ - osx
6
+ julia :
7
+ # - release
8
+ - nightly
4
9
notifications :
5
10
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("ObjFileBase")'
Original file line number Diff line number Diff line change 1
1
# ObjFileBase
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/loladiro /ObjFileBase.jl.svg?branch=master )] ( https://travis-ci.org/loladiro /ObjFileBase.jl )
3
+ [ ![ Build Status] ( https://travis-ci.org/Keno /ObjFileBase.jl.svg?branch=master )] ( https://travis-ci.org/Keno /ObjFileBase.jl )
Original file line number Diff line number Diff line change
1
+ julia 0.5-
You can’t perform that action at this time.
0 commit comments