Skip to content

Commit 4d2390f

Browse files
author
Ketan Patel
committed
don't capture output
1 parent 5490cf8 commit 4d2390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ script:
2222
- "firefox --version"
2323
- "nosetests examples/my_first_test.py --with-selenium --browser=firefox -s"
2424
- "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
25-
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs -s"
25+
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
2626
env:
2727
matrix:
2828
- BROWSER=firefox

0 commit comments

Comments
 (0)