Skip to content

Commit

Permalink
[Tests] run on node 12, react 16.13; use a bit of shared travis-ci co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
ljharb committed Feb 27, 2020
1 parent ad04e52 commit 1eb020e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js:
- "10"
- "12"
- "4"
before_install:
- 'nvm install-latest-npm'
import:
- ljharb/travis-ci:node/latest-npm.yml
install:
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
- 'npm install'
- 'npm run clean-local-npm'
before_script:
- './node_modules/.bin/lerna bootstrap'
Expand Down Expand Up @@ -70,6 +70,7 @@ matrix:
- node_js: "6"
env: REACT=0.13
env:
- REACT=16.13
- REACT=16.12
- REACT=16.11
- REACT=16.10
Expand Down

0 comments on commit 1eb020e

Please sign in to comment.