Files
probot/.travis.yml
tcbyrd a67a90678a Updates to get newest Octokit
Merge remote-tracking branch 'origin/master' into typescript-init

Add login to Account

interfaces don't need commas

Revert description
2018-05-18 16:05:30 -04:00

33 lines
337 B
YAML

sudo: required
language: node_js
node_js:
- "8"
env:
matrix:
include:
- node_js: "10"
allow_failures:
- node_js: "10"
notifications:
disabled: true
before_install:
- npm install -g codecov
install:
- npm install
- npm run build
branches:
except:
- /^v\d+\.\d+\.\d+$/
script:
- npm test
- codecov