Browse Source

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.
tags/r1.9.0
Florian Zschocke 7 years ago
parent
commit
ac1e8f8e5a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -0,0 +1,2 @@
language: java


Loading…
Cancel
Save