Skip to content

Commit

Permalink
Add definition file for Travis CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fzs committed Jan 2, 2017
1 parent d10fe0d commit ac1e8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: java

0 comments on commit ac1e8f8

Please sign in to comment.