Ad sauce connect addon to travis

This commit is contained in:
Paulus Schoutsen 2017-04-18 23:47:03 -07:00 committed by GitHub
parent 5469c425e7
commit bbc9e0d071

View File

@ -19,3 +19,5 @@ script:
- xvfb-run wct - xvfb-run wct
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --plugin sauce; fi - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct --plugin sauce; fi
dist: trusty dist: trusty
addons:
sauce_connect: true