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 a956399 commit c9fb651Copy full SHA for c9fb651
.travis.yml
@@ -9,7 +9,8 @@ notifications:
9
email: false
10
script:
11
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12
+ - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO")'
13
- julia -e 'Pkg.clone("https://github.com/JuliaIO/Netpbm.jl.git")'
- - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
14
+ - julia -e 'Pkg.test("FileIO"; coverage=true)'
15
after_success:
16
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
0 commit comments