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
|
||||
|
|
Loading…
Reference in a new issue