Skip to content

Commit 5dc5869

Browse files
committed
Eliminates debug code
1 parent 05ca7b3 commit 5dc5869

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ bigpage:
3838

3939
# Common tests that are run by travis with every commit
4040
test:
41-
echo $(PATH)
42-
which perl6
4341
if [ "${TEST_JOBS}" != "" ]; then prove -j ${TEST_JOBS} -e perl6 t; else prove -e perl6 t; fi
4442

4543
# Extended tests

0 commit comments

Comments
 (0)