Skip to content

Commit

Permalink
ci(travis): cleanup travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Oct 7, 2018
1 parent c9c60c7 commit e56d994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android:
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-android-support
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository

Expand All @@ -33,7 +32,7 @@ script:

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -rf $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
Expand All @@ -44,6 +43,7 @@ cache:
- "$HOME/.gradle/wrapper/"
- "$HOME/Library/Caches/npm/"
- "$HOME/.cache/npm/"
- "node_modules"

deploy:
provider: releases
Expand Down

0 comments on commit e56d994

Please sign in to comment.