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.
2 parents c9fb651 + a657514 commit 5bc0bbfCopy full SHA for 5bc0bbf
.travis.yml
@@ -9,8 +9,6 @@ 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")'
14
- - julia -e 'Pkg.test("FileIO"; coverage=true)'
+ - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); 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