adds sudo to travis config
This commit is contained in:
parent
d419f51f68
commit
b8e5c8786e
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ language: julia
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
sudo: required
|
||||
julia:
|
||||
# - release
|
||||
- 0.4
|
||||
|
@ -15,4 +16,4 @@ script:
|
|||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("PortAudio"); Pkg.test("PortAudio"; coverage=true)'
|
||||
after_success:
|
||||
- julia -e 'cd(Pkg.dir("PortAudio")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
|
||||
- julia -e 'cd(Pkg.dir("PortAudio")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
|
||||
|
|
Loading…
Reference in a new issue