cartodb-4.42/.travis.yml

30 lines
679 B
YAML
Raw Normal View History

2024-04-06 13:25:13 +08:00
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