This commit is contained in:
Thomas Breloff 2015-09-11 09:17:11 -04:00
parent 74de4dc3a6
commit fadf4a7c5f

View File

@ -4,11 +4,10 @@ os:
- linux
- osx
julia:
- release
- nightly
- 0.4
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.test("Plots"; coverage=true)'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- 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)'