You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
sudo: false
|
|
language: node_js
|
|
branches:
|
|
only:
|
|
- master
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- os: linux
|
|
node_js: '8'
|
|
env: JOB_PART=test
|
|
- os: linux
|
|
node_js: '9'
|
|
env: JOB_PART=test
|
|
before_install:
|
|
- nvm --version
|
|
- node --version
|
|
script:
|
|
- npm run travis:$JOB_PART
|