Skip to content

Commit 94055df

Browse files
Updated travis.yml
1 parent 91326f6 commit 94055df

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ android:
99
- extra-android-m2repository
1010

1111

12-
1312
branches:
1413
only:
15-
- travis
16-
14+
- master
15+
- dev
1716

1817
notifications:
1918
email: false
@@ -29,7 +28,4 @@ before_install:
2928

3029
# Let's try to build...
3130
#install: ./gradlew clean build
32-
script: ./gradlew check
33-
34-
35-
31+
script: ./gradlew check

0 commit comments

Comments
 (0)