Skip to content

Commit ac1e8f8

Browse files
committed
Add definition file for Travis CI
Add the most basic build definition file for Travis CI. It only defines the project language as Java. For the rest the defaults are kept as Travis seems to work fine with them. We add `.travis.yml` as a dotfile in order not to clutter the top directory with too much non-project files.
1 parent d10fe0d commit ac1e8f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language: java
2+

0 commit comments

Comments
 (0)