nextbus-to-gtfs-rt
Version:
A script that converts the nextbus api to gtfs-rt
35 lines (30 loc) • 513 B
YAML
sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- '6'
- '5'
- '4'
env:
- COVERAGE=false
matrix:
fast_finish: true
include:
- node_js: "0.12"
env: COVERAGE=true
script: "npm run codeclimate"
allow_failures:
- node_js: "0.12"
env: COVERAGE=true
script: "npm run codeclimate"
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/