Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVT committed May 21, 2017
1 parent 037a374 commit 5eeb7f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ android:
components:
- platform-tools
- tools
- build-tools-24.0.3
- android-24
- extra-android-m2repository
- build-tools-25.0.3
- android-25

before_install:
- TERM=dumb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static class ViewHolder {
@BindView(R.id.title) TextView title;
@BindView(R.id.notes) TextView notes;

public ViewHolder(View view) {
ViewHolder(View view) {
ButterKnife.bind(this, view);
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/** Automatically generate a ContentProvider backed by an SQLite database. */
@javax.annotation.ParametersAreNonnullByDefault
package net.simonvt.schematic;
package net.simonvt.schematic;
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/** Utility methods for the generated classes. */
@javax.annotation.ParametersAreNonnullByDefault
package net.simonvt.schematic.utils;
package net.simonvt.schematic.utils;

0 comments on commit 5eeb7f8

Please sign in to comment.