]> source.dussan.org Git - gitblit.git/commitdiff
Add definition file for Travis CI
authorFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 12 Dec 2016 12:34:17 +0000 (13:34 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 2 Jan 2017 11:52:43 +0000 (12:52 +0100)
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.

.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a98b760
--- /dev/null
@@ -0,0 +1,2 @@
+language: java
+