lml-main
Version:
This is now a mono repository published into many standalone packages.
23 lines (22 loc) • 373 B
YAML
sudo: false
language: node_js
branches:
only:
- master
matrix:
fast_finish: true
include:
- os: linux
node_js: '6'
env: JOB_PART=test
- os: linux
node_js: '4.3'
env: JOB_PART=test
- os: linux
node_js: '7'
env: JOB_PART=test
before_install:
- nvm --version
- node --version
script:
- yarn run travis:$JOB_PART