Skip to content

Commit

Permalink
Merge pull request #353 from jogrimst/master
Browse files Browse the repository at this point in the history
Skip Travis e-mails
  • Loading branch information
literacyapp authored Jan 22, 2017
2 parents fbda542 + 77c73ee commit 747b12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ android:
- android-23
- extra-android-m2repository

#notifications:
# slack: literacyapp:HLjtHJdZ7DYJV2DlnDLrG6Gl
notifications:
email: false
4 changes: 2 additions & 2 deletions app/src/main/java/org/literacyapp/dao/DaoMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT.
/**
* Master of DAO (schema version 1003009): knows all DAOs.
* Master of DAO (schema version 1004000): knows all DAOs.
*/
public class DaoMaster extends AbstractDaoMaster {
public static final int SCHEMA_VERSION = 1003009;
public static final int SCHEMA_VERSION = 1004000;

/** Creates underlying database table using DAOs. */
public static void createAllTables(Database db, boolean ifNotExists) {
Expand Down

0 comments on commit 747b12e

Please sign in to comment.