Skip to content

Commit 35609f1

Browse files
eviltestereviltester
authored andcommitted
removing travis pom
travis now works from the normal pom.xml
1 parent 6817ff4 commit 35609f1

File tree

2 files changed

+4
-61
lines changed

2 files changed

+4
-61
lines changed

source/src/test/java/com/javafortesters/chap017_datestimes/exercises/DateTimeExercisesTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ public void experimentWithCalendarConstants(){
8989
cal.setFirstDayOfWeek(Calendar.MONDAY);
9090
cal.setMinimalDaysInFirstWeek(6);
9191
assertThat(cal.get(Calendar.WEEK_OF_MONTH), is(2));
92-
93-
// Week of the year, similarly requires the
94-
// config to control first day
95-
assertThat(cal.get(Calendar.WEEK_OF_YEAR), is(50));
92+
93+
// Week of the year, similarly requires the
94+
// config to control first day
95+
assertThat(cal.get(Calendar.WEEK_OF_YEAR), is(50));
9696
}
9797

9898
@Test

source/travis-ci-pom.xml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)