We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0eaa9b commit bcddcfaCopy full SHA for bcddcfa
.travis.yml
@@ -9,6 +9,7 @@ notifications:
9
email: false
10
script:
11
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12
+ - julia -e 'Pkg.clone("https://github.com/JuliaIO/Netpbm.jl.git")'
13
- julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
14
after_success:
15
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
0 commit comments