Skip to content

Commit 3466f3c

Browse files
committed
Merge pull request #4 from auth0/travis-integration
Travis CI integration
2 parents b857227 + 7be1a6c commit 3466f3c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: java
2+
3+
jdk:
4+
- oraclejdk7
5+
- openjdk7
6+
7+
before_install:
8+
- chmod +x gradlew
9+
10+
script:
11+
- ./gradlew clean check --continue
12+
13+
branches:
14+
only:
15+
- master

0 commit comments

Comments
 (0)