2014-01-23 16:20:51 -08:00
|
|
|
language: python
|
2014-08-06 14:01:59 -07:00
|
|
|
|
2014-01-23 16:20:51 -08:00
|
|
|
python:
|
2014-03-04 18:49:36 -08:00
|
|
|
- "2.7"
|
2016-02-23 18:09:09 -08:00
|
|
|
- "3.5"
|
2017-03-09 11:59:54 -08:00
|
|
|
- "3.6"
|
2014-08-06 14:01:59 -07:00
|
|
|
|
2019-01-30 15:06:24 -05:00
|
|
|
dist: xenial
|
2015-11-25 12:18:56 +00:00
|
|
|
|
2018-07-09 16:21:14 -04:00
|
|
|
addons:
|
2019-01-30 15:06:24 -05:00
|
|
|
chrome: stable
|
|
|
|
firefox: latest
|
2018-10-03 16:27:49 -04:00
|
|
|
sauce_connect: true
|
2018-07-09 16:21:14 -04:00
|
|
|
|
|
|
|
env:
|
|
|
|
- WR_TEST=no
|
|
|
|
- WR_TEST=yes
|
|
|
|
|
2015-11-26 11:07:07 +00:00
|
|
|
|
2015-11-25 12:49:59 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
2014-12-23 12:39:33 -08:00
|
|
|
|
2019-01-30 15:06:24 -05:00
|
|
|
sudo: required
|
2014-12-23 12:39:33 -08:00
|
|
|
|
2014-01-23 16:20:51 -08:00
|
|
|
install:
|
2018-07-09 16:21:14 -04:00
|
|
|
- ./.travis/install.sh
|
2014-08-06 14:01:59 -07:00
|
|
|
|
2019-01-30 15:06:24 -05:00
|
|
|
before_install:
|
|
|
|
- "sysctl kernel.unprivileged_userns_clone=1"
|
|
|
|
- "export DISPLAY=:99.0"
|
|
|
|
- "sh -e /etc/init.d/xvfb start"
|
2015-11-26 10:27:37 +00:00
|
|
|
|
2014-12-23 12:39:33 -08:00
|
|
|
script:
|
2018-07-09 16:21:14 -04:00
|
|
|
- ./.travis/test.sh
|
2014-02-24 23:43:32 -08:00
|
|
|
|
|
|
|
after_success:
|
2018-01-17 09:59:51 -08:00
|
|
|
- codecov
|
|
|
|
|
2018-07-09 16:21:14 -04:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- env: WR_TEST=yes
|
|
|
|
python: "2.7"
|
|
|
|
- env: WR_TEST=yes
|
|
|
|
python: "3.5"
|
|
|
|
|