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 9f4084a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
@@ -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 9f4084a

Please sign in to comment.