We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90258 commit 31e90ffCopy full SHA for 31e90ff
.travis.yml
@@ -19,12 +19,9 @@ before_script:
19
- "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
20
- "phantomjs --version"
21
script:
22
- - "firefox --version"
23
- - "nosetests examples/my_first_test.py --with-selenium --browser=firefox -s"
24
- - "pytest examples/my_first_test.py --with-selenium --browser=firefox -s"
25
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
26
env:
27
matrix:
28
- - BROWSER=firefox
+ - BROWSER=phantomjs
29
notifications:
30
email: false
0 commit comments