Skip to content

Commit

Permalink
fix permissions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jan 13, 2017
1 parent 9c92675 commit bff837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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())'
Expand Down

0 comments on commit bff837f

Please sign in to comment.