Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Removed groovyserv install
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoffner committed Jul 11, 2017
1 parent fa4a101 commit f1c6428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/java.docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ WORKDIR /usr/local

# Checkout binaries
RUN wget -q https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.10.zip && unzip apache-groovy-binary-2.4.10.zip
RUN wget -q https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.1.0-bin.zip && unzip groovyserv-1.1.0-bin.zip

# Setup Groovy
RUN mv groovy-2.4.10 groovy
Expand Down
2 changes: 1 addition & 1 deletion test/utils/split-files_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const expect = require('chai').expect,
split = require('../../lib/utils/split-files');

describe('splitFiles', function() {
it ("should ignore files without splits", function() {
it("should ignore files without splits", function() {
const content = `
this is root content
Expand Down

0 comments on commit f1c6428

Please sign in to comment.