Skip to content

Commit

Permalink
Deleting setup code related to phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 29, 2018
1 parent cf0fbdd commit 11d49ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ if [[ ! -z $MARIONETTE ]]; then
chmod +x geckodriver && sudo mv geckodriver /usr/local/bin
fi

if [[ ! -z $PHANTOMJS ]]; then
phantomjs -v
fi

if [[ ! -z $TOXENV ]]; then
pip install setuptools==28.8.0 tox==2.4.1
fi
Expand Down

0 comments on commit 11d49ef

Please sign in to comment.