cartodb-4.42/.travis.yml
2024-04-06 05:25:13 +00:00

30 lines
679 B
YAML

language: node_js
dist: trusty
addons:
chrome: stable
notifications:
email:
on_success: never
on_failure: change
jobs:
include:
- node_js:
- "10"
before_install:
- git submodule update --init --recursive
- git fetch origin master:refs/remotes/origin/master --depth=1
install:
- npm ci # clean install
script:
- npm run ci # run tests
- node_js:
- "12"
before_install:
- git submodule update --init --recursive
- git fetch origin master:refs/remotes/origin/master --depth=1
install:
- npm ci # clean install
script:
- npm run ci # run tests