Skip to content

Commit

Permalink
Adding coverage and .github folders to .npmignore and Slack notificat…
Browse files Browse the repository at this point in the history
…ions to Travis file.
  • Loading branch information
corymsmith committed Oct 26, 2016
1 parent 8898067 commit 6378604
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -7,3 +7,5 @@
src/
test/
!lib/
coverage
.github/
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,9 @@ addons:
before_script:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info
notifications:
email: false
slack:
rooms:
secure: Y7GyAUEjnjzyazj3zo3PXcl9Z1TN7SGjfUGQacJ+U/pCKfZKzgUhezZ5hTMz71bxL6/+2TuvKHQM3NQgrgR5JhdsPlrJfIW9FK2rNNPBN9p/DWZGv2bjEKPCcstdkuF/1NCru8up9092pZ3Fa8n6bjXicswCMVKjAmYrXqsWEMU=

0 comments on commit 6378604

Please sign in to comment.