Skip to content

Commit

Permalink
try all windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 3, 2020
1 parent c0b48b3 commit 1bc59f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -20,7 +20,6 @@ jobs:
- FLAKINESS_DASHBOARD_NAME="Travis Chromium (node12 + linux)"
- FLAKINESS_DASHBOARD_BUILD_URL="${TRAVIS_JOB_WEB_URL}"
before_install:
- "sysctl kernel.unprivileged_userns_clone=1"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: ./travis/chromium.sh
Expand All @@ -31,21 +30,19 @@ jobs:
- FLAKINESS_DASHBOARD_NAME="Travis Chromium (node10 + linux)"
- FLAKINESS_DASHBOARD_BUILD_URL="${TRAVIS_JOB_WEB_URL}"
before_install:
- "sysctl kernel.unprivileged_userns_clone=1"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: ./travis/chromium.sh
- node_js: "10.18.1"
os: windows
script: 'npx eslint .'
script: 'npm run lint && npm run coverage && npm run test-doclint && npm run test-types && npm run bundle && npm run unit-bundle'
env:
- CHROMIUM=true
- FLAKINESS_DASHBOARD_NAME="Travis Chromium (node10 + linux)"
- FLAKINESS_DASHBOARD_BUILD_URL="${TRAVIS_JOB_WEB_URL}"
- node_js: "10.18.1"
dist: trusty
before_install:
- "sysctl kernel.unprivileged_userns_clone=1"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "pyenv shell 3.6; pip3 install --user mozdownload"
Expand Down

0 comments on commit 1bc59f2

Please sign in to comment.