adds sudo back to travis config [appveyor skip]
This commit is contained in:
parent
09b1cd3e47
commit
5460e461bd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ language: julia
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
# sudo: required
|
sudo: required
|
||||||
julia:
|
julia:
|
||||||
# - release
|
# - release
|
||||||
- 0.4
|
- 0.4
|
||||||
|
|
Loading…
Reference in a new issue