Skip to content

Commit 457d0ac

Browse files
authored
Travis CI (#20)
1 parent 95689f5 commit 457d0ac

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
77

88
## License
99
See [LICENSE](LICENSE)
10+
11+
## Build Status
12+
[![Build Status](https://travis-ci.org/firebase/quickstart-java.svg?branch=master)](https://travis-ci.org/firebase/quickstart-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)