Skip to content

Commit

Permalink
Merge branch 'release_16.07' into release_16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 16, 2018
2 parents 809ae58 + f3c8181 commit a2e70ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,10 @@ addons:
packages:
- libxml2-utils

before_install:
# Workaround for https://github.com/travis-ci/travis-ci/issues/7940
- sudo rm -f /etc/boto.cfg

install:
- pip install tox
- if [ "$TOX_ENV" == "qunit" ]; then bash -c 'cd test/qunit && npm install'; fi
Expand Down

0 comments on commit a2e70ef

Please sign in to comment.