This commit is contained in:
Thomas Breloff 2015-10-20 23:23:38 -04:00
parent 04a44a82c9
commit 5342764caf
2 changed files with 78041 additions and 3 deletions

View File

@ -12,4 +12,5 @@ notifications:
# 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.add("Gadfly"); Pkg.test("Plots"; coverage=true)'
- julia -e 'Pkg.checkout("Images"); Pkg.checkout("ImageMagick")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.test("Plots"; coverage=true)'

File diff suppressed because one or more lines are too long