Skip to content

Commit 8a224e3

Browse files
committed
add .travis.yml
1 parent 0e1f6ec commit 8a224e3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: java
2+
install: gradle -q assemble
3+
script: gradle test
4+
notifications:
5+
on_success: change
6+
on_failure: change

0 commit comments

Comments
 (0)