You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/.travis.yml

33 lines
772 B

language: node_js
dist: trusty
addons:
chrome: stable
notifications:
email:
on_success: never
on_failure: change
jobs:
include:
- node_js:
- "6.9.2"
before_install:
- git submodule update --init --recursive
- git fetch origin master:refs/remotes/origin/master --depth=1
install:
- npm install
script:
- npm run ci
- node_js:
- "10"
before_install:
- git submodule update --init --recursive
- git fetch origin master:refs/remotes/origin/master --depth=1
- mv npm-shrinkwrap.json npm-shrinkwrap.json.backup
install:
- npm ci
before_script:
- mv npm-shrinkwrap.json.backup npm-shrinkwrap.json
script:
- npm run ci