Skip to content

Commit 448ffcb

Browse files
committed
added travis ci config
1 parent dbd74f8 commit 448ffcb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: java
2+
3+
## https://docs.travis-ci.com/user/languages/java
4+
## http://stackoverflow.com/questions/20707017/how-to-run-junit-tests-with-gradle
5+
## how to run tests with gradle https://docs.gradle.org/current/userguide/tutorial_gradle_command_line.html
6+
## gradle check or gradle test
7+
8+
## http://stackoverflow.com/questions/17606874/trigger-a-travis-ci-rebuild-without-pushing-a-commit

0 commit comments

Comments
 (0)