Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 27, 2020
1 parent c37bad7 commit 51447de
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,8 @@ services: xvfb

jobs:
include:

# Runs unit tests on OSX + Chromium
- os: "osx"
name: 'Unit tests: OSX/Chromium'
node_js: "10.19.0"
env:
- CHROMIUM=true
Expand All @@ -16,8 +15,9 @@ jobs:
- npm run tsc
- npm run unit

# Runs unit tests on Windows + Chromium
- os: "windows"
name: 'Unit tests: Windows/Chromium'
node_js: "10.19.0"
node_js: "10.19.0"
env:
- CHROMIUM=true
Expand All @@ -30,6 +30,7 @@ jobs:

# Runs unit tests on Linux + Chromium
- node_js: "10.19.0"
name: 'Unit tests: Linux/Chromium'
env:
- CHROMIUM=true
before_install:
Expand All @@ -40,6 +41,7 @@ jobs:

# This bot runs all the extra checks that aren't the main Puppeteer unit tests
- node_js: "10.19.0"
name: 'Extra tests: Linux/Chromium'
env:
-CHROMIUM=true
script:
Expand All @@ -50,6 +52,7 @@ jobs:

# Runs unit tests on Linux + Firefox
- node_js: "10.19.0"
name: 'Unit tests: Linux/Firefox'
env:
- FIREFOX=true
before_install:
Expand Down

0 comments on commit 51447de

Please sign in to comment.