Skip to content

Commit

Permalink
Remove sudo: false from travis config. (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Nov 25, 2018
1 parent 185055b commit b09fdf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ branches:
notifications:
email: false

sudo: false

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
- $HOME/.android/build-cache

0 comments on commit b09fdf7

Please sign in to comment.