Skip to content

Commit

Permalink
chore: remove gitter integration
Browse files Browse the repository at this point in the history
No change to logic.

This removes gitter integration with the project. I don't monitor gitter
right now, and I've never noticed the integration to be particularly
useful otherwise.

Test: N/A
  • Loading branch information
nfischer committed Nov 15, 2018
1 parent 18d8bbf commit c9411b5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Expand Up @@ -8,8 +8,7 @@ env:
- NODE_VERSION="8"
- NODE_VERSION="9"

# keep this blank to make sure there are no before_install steps
before_install:
before_install: null

install:
- rm -rf ~/.nvm
Expand All @@ -24,18 +23,10 @@ os:
- osx
script:
- npm test
# make sure when the docs are generated nothing changes (a.k.a. the docs have already been generated)
- npm run gendocs
- npm run after-travis "Make sure to generate docs!"
after_success:
- npm run codecov -- -f coverage/lcov.info

# Gitter
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/743dc6b83b6dd05111ee
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

0 comments on commit c9411b5

Please sign in to comment.