Skip to content

Commit

Permalink
Removing unused package filter.
Browse files Browse the repository at this point in the history
I noticed in the travis output the following
Error: Ignoring unknown package filter 'extra-android-support'
so its obviously not being used so I have removed it.
  • Loading branch information
gmorph authored and billbonney committed Nov 3, 2017
1 parent 120325f commit b56cda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android:
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- extra-android-support

before_script:
- export GRADLE_OPTS="-XX:MaxPermSize=2048m -Xmx1536m"
Expand Down

0 comments on commit b56cda5

Please sign in to comment.