File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
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")'
11
+ # uncomment the following lines to override the default test script
12
+ # script:
13
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
+ # - julia -e 'Pkg.clone(pwd()); Pkg.build("StructIO"); Pkg.test("StructIO"; coverage=true)'
You can’t perform that action at this time.
0 commit comments