Files
blockly/.travis.yml
Rachel Fenichel 7137c11449 Add Node 12 back to our travis matrix
https://github.com/google/blockly/issues/2582 means we should be fine now.

Needs travis to run to check.
2019-11-13 16:27:27 -08:00

26 lines
540 B
YAML

language: node_js
os: linux
dist: xenial
node_js:
- 8
- 10
- 12
addons:
chrome: stable
firefox: latest
# TODO (#2114): reenable osx build.
# - os: osx
# node_js: stable
# osx_image: xcode8.3
# addons:
# firefox: latest
env:
- TRAVIS_CI=true
before_script:
- export DISPLAY=:99.0
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ( tests/scripts/setup_linux_env.sh ) fi
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then ( tests/scripts/setup_osx_env.sh ) fi
- sleep 2
script:
- npm run test:run