Skip to content

Commit 31e90ff

Browse files
committed
Use phantomjs for the travis deploy script (for now)
1 parent 2e90258 commit 31e90ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ before_script:
1919
- "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"
2020
- "phantomjs --version"
2121
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"
2522
- "pytest examples/my_first_test.py --with-selenium --browser=phantomjs"
2623
env:
2724
matrix:
28-
- BROWSER=firefox
25+
- BROWSER=phantomjs
2926
notifications:
3027
email: false

0 commit comments

Comments
 (0)