Skip to content

Commit cf0395a

Browse files
committed
use phantomjs from conda-forge
1 parent b80b9fd commit cf0395a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
- export PATH="$HOME/miniconda/bin:$PATH"
3434
- conda update --yes --all
3535
- conda config --add channels conda-forge --force
36-
- conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
36+
- conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION phantomjs --file requirements.txt --file requirements-dev.txt
3737
- source activate TEST
3838

3939
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then

0 commit comments

Comments
 (0)