Skip to content

Commit f609250

Browse files
ssorichejberger
authored andcommitted
Remove verbose and Mojo logging
These were added while trying to diagnose why Travis builds were failing with the new paths (due to bad ES on Travis was the final reasoning). Removing these are they slow down the tests overall.
1 parent 2a055b8 commit f609250

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@ before_install:
6868

6969
install:
7070
- AUTHOR_TESTING=0 cpm install -L $PERL_CARTON_PATH --resolver $CPAN_RESOLVER --workers $(test-jobs) || (tail -n 500 -f ~/.perl-cpm/build.log; false)
71-
- mkdir $TRAVIS_BUILD_DIR/log
7271

7372
before_script:
7473
- bin/wait-for-open http://localhost:9200/
7574
- coverage-setup
7675

7776
script:
78-
- carton exec prove -It/lib -lrv -j$(test-jobs) t
77+
- carton exec prove -It/lib -lr -j$(test-jobs) t
7978

8079
after_success:
8180
- coverage-report
@@ -100,4 +99,3 @@ addons:
10099
s3_region: "us-east-1"
101100
paths:
102101
- $TRAVIS_BUILD_DIR/cpanfile.snapshot
103-
- $TRAVIS_BUILD_DIR/log

0 commit comments

Comments
 (0)