Add TravisCi integration and update build tools (#21)

This fixes #19
This commit is contained in:
Leonard Brünings
2018-01-17 23:39:06 +01:00
committed by GitHub
parent be527cd557
commit efcba815ec
9 changed files with 424 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
compile "org.codehaus.groovy:groovy-all:2.4.10"
compile "org.codehaus.groovy:groovy-all:2.4.13"
testCompile "org.spockframework:spock-core:1.1-groovy-2.4"
// optional dependencies for using Spock