Skip to content

Commit

Permalink
fix: update Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Dec 1, 2018
1 parent 1678436 commit 2140cb5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ node_js:
cache: yarn
script:
- node_modules/.bin/travis-github-status lint flow jest snyk codeclimate
jobs:
include:
- stage: Build
name: Travis Status
script: npx travis-github-status
name: Linting
script: npm run lint
name: Flow
script: npm run flow
name: Jest
script: npm run jest
name: Snyk
script: snyk
notifications:
email: false
webhooks:
Expand Down

0 comments on commit 2140cb5

Please # to comment.