Skip to content

Commit 76819bb

Browse files
committed
fix permissions in travis
1 parent 6d69b05 commit 76819bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11-
sudo: true
11+
sudo: false
1212
script:
1313
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1414
- julia -e 'Pkg.clone(pwd())'

0 commit comments

Comments
 (0)