From 76819bbc468c0571a0ffac08d4f87edaf6fc442a Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Thu, 12 Jan 2017 18:01:31 -0500 Subject: [PATCH] fix permissions in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5c6748..bfdd772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ julia: - nightly notifications: email: false -sudo: true +sudo: false script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - julia -e 'Pkg.clone(pwd())'