Skip to content

Commit 9b65819

Browse files
committed
Fix compile, add travis
1 parent 95689f5 commit 9b65819

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: java

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
// Firebase Java SDK
18-
compile 'com.google.firebase:firebase-admin:5.3.1'
18+
compile 'com.google.firebase:firebase-admin:5.8.0'
1919

2020
// Sundial Job Scheduler
2121
compile 'org.knowm:sundial:2.1.1'

database/src/main/java/com/google/firebase/quickstart/Database.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
public class Database {
3535

36-
private static final String DATABASE_URL = "https://<YOUR-DATABSE>.firebaseio.com/";
36+
private static final String DATABASE_URL = "https://<YOUR-DATABASE>.firebaseio.com/";
3737

3838
private static DatabaseReference database;
3939

0 commit comments

Comments
 (0)