Skip to content

Commit

Permalink
Change .travis.yml to show the log when run
Browse files Browse the repository at this point in the history
  • Loading branch information
tzermias committed Sep 6, 2015
1 parent e771e08 commit eebd04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eebd04a

Please sign in to comment.