Skip to content

Commit

Permalink
[Tests] avoid node 18 since travis-ci can’t handle it
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2022
1 parent 219cf8c commit 43eb75e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Expand Up @@ -28,15 +28,15 @@ matrix:
name: build
paths:
- ./
node_js: "lts/*"
node_js: "lts/gallium"
env:
install:
- 'npm install'
before_script:
- 'npx lerna bootstrap'
script:
- 'npx lerna run build'
- node_js: "lts/*"
- node_js: "lts/gallium"
env: LINT=true
stage: test
- node_js: "8"
Expand All @@ -45,37 +45,37 @@ matrix:
- node_js: "6"
env: REACT=16
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8.5 RENDERER=16.8.5
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8.5 RENDERER=16.8.3
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8.3
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8 RENDERER=16.7
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.7 RENDERER=16.8
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.7 RENDERER=16.7
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.3 ADAPTER=16
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=15.3
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=15.2
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=15.1
stage: test
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=15.0
stage: test
- node_js: "6"
Expand Down Expand Up @@ -104,9 +104,9 @@ matrix:
env: KARMA=true REACT=15
- node_js: "6"
env: KARMA=true REACT=16
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8.5 RENDERER=16.8.3
- node_js: "lts/*"
- node_js: "lts/gallium"
env: REACT=16.8 RENDERER=16.7
exclude:
- node_js: "6"
Expand Down

0 comments on commit 43eb75e

Please sign in to comment.