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.
|
|
language: node_js
|
|
|
|
|
|
jobs:
|
|
|
include:
|
|
|
- stage: spec tests 👩🏽💻
|
|
|
node_js: v0.10
|
|
|
- node_js: v4
|
|
|
- node_js: lts/*
|
|
|
- node_js: node
|
|
|
|
|
|
- stage: lint ✨
|
|
|
node_js: lts/*
|
|
|
script: npm run test:lint
|
|
|
|
|
|
cache:
|
|
|
directories:
|
|
|
- node_modules
|
|
|
|