travis
This commit is contained in:
parent
74de4dc3a6
commit
fadf4a7c5f
@ -4,11 +4,10 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
julia:
|
julia:
|
||||||
- release
|
- 0.4
|
||||||
- nightly
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
# uncomment the following lines to override the default test script
|
# uncomment the following lines to override the default test script
|
||||||
#script:
|
script:
|
||||||
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.test("Plots"; coverage=true)'
|
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.add("Gadfly"); Pkg.clone("https://github.com/tbreloff/Qwt.jl.git"); Pkg.test("Plots"; coverage=true)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user