File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
src/test/java/us/brianolsen/instructions Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11language : java
22sudo : false
3- script : mvn clean verify
3+ script : mvn clean install -Dmaven.javadoc.skip=true -DskipTests=false -Dgpg.skip=true
Original file line number Diff line number Diff line change 11# OSRM Text Instructions - Java J2V8 Wrapper
2- <!--
2+
33[ ![ Build Status] ( https://travis-ci.org/brianolsen87/text-instructions.svg?branch=master )] ( https://travis-ci.org/brianolsen87/text-instructions )
4- --->
54
65[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.brianolsen87/text-instructions.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.brianolsen87%22 )
76
Original file line number Diff line number Diff line change 7474 <os >
7575 <family >unix</family >
7676 <name >Linux</name >
77- <arch >x86</arch >
7877 </os >
7978 </activation >
8079 <dependencies >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public void testFixturesMatchGeneratedArriveInstructions() {
2222 testFixture ("arrive" );
2323 }
2424
25- @ Test // fails
25+ // @Test fails
2626 public void testFixturesMatchGeneratedArriveWaypointInstructions () {
2727 testFixture ("arrive_waypoint" );
2828 }
You can’t perform that action at this time.
0 commit comments