From 444816382982f6585a58baa82e261f1b26ab7412 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 1 Oct 2017 11:48:14 +0200 Subject: chore: Add Continuous Integration support via Travis This change will make Travis CI build the Gradle project and run the test suite when pushing and on pull requests. Closes #7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..dff5f3a5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java -- cgit v1.2.3