diff --git a/.travis.yml b/.travis.yml index 4d3ce18..abe1d63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python python: - "2.7" install: pip -q install scrapy py-dateutil -script: scrapy crawl diavgeia_spider --logfile=test && [[ $(grep -c 'log_count/ERROR' test) == 0 ]] && cat test && rm test +script: scrapy crawl diavgeia_spider --logfile=test && cat test && [[ $(grep -c 'log_count/ERROR' test) == 0 ]] && rm test