Skip to content

Instantly share code, notes, and snippets.

View Stephan202's full-sized avatar

Stephan Schroevers Stephan202

View GitHub Profile
@Stephan202
Stephan202 / .travis.yml
Last active January 21, 2017 16:50
Reproduction of mockito/mockito#892. (The .java files should be inside `src/test/java/com/example/`, but Github Gist doesn't allow me to make that explicit, unfortunately.)
language: java
jdk:
- oraclejdk8
install:
- mvn install -DskipTests
script:
- mvn surefire:test -Dsurefire.timeout=60