Skip to content

Commit

Permalink
i had no idea i can specify multiple scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Oct 1, 2014
1 parent 9580b07 commit 9da0026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ before_install:
- sudo apt-get install -qq python-yaml python-jinja2 python-smartypants
install:
- pip install cyrax
script: cyrax && test 6000 -lt $(cat _build/index.html | wc -l)
script:
- cyrax
- test 6000 -lt $(cat _build/index.html | wc -l)

0 comments on commit 9da0026

Please sign in to comment.