This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update .travis.yml to automatically deploy and run tests/linting * Added Slack, Commitizen, and Semantic Release badges to README * Cleaned up .gitignore and package.json * Switched eslint configs to YAML files closes #67
- Loading branch information
1 parent
fd69ecc
commit e3e1a8d
Showing
12 changed files
with
124 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
extends: google | ||
globals: | ||
Logging: true | ||
rules: | ||
comma-dangle: | ||
- error | ||
- arrays: never | ||
objects: never | ||
imports: never | ||
exports: never | ||
functions: never | ||
max-nested-callbacks: 0 | ||
no-warning-comments: 0 | ||
require-jsdoc: 0 | ||
max-len: 0 | ||
object-curly-spacing: 0 | ||
one-var: 0 | ||
arrow-parens: 0 | ||
new-cap: 0 | ||
camelcase: 0 | ||
no-var: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text eol=lf | ||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,5 @@ | ||
# NodeJS and Gulp Oriented GitIgnore file | ||
|
||
# Packages # | ||
############ | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Build Systems # | ||
################# | ||
node_modules/ | ||
|
||
# Bower Directory # | ||
################### | ||
bower_components/ | ||
pkgs/ | ||
|
||
.sass-cache | ||
*.css.map | ||
|
||
# Gulp Build Directories # | ||
########################## | ||
dev/ | ||
release/ | ||
coverage/ | ||
node_modules | ||
coverage | ||
dist | ||
npm-debug.log* | ||
.nyc_output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
save-exact=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- stable | ||
- iojs | ||
- "node" | ||
- "4" | ||
cache: | ||
directories: | ||
- node_modules | ||
branches: | ||
only: | ||
- master | ||
before_script: | ||
- npm prune | ||
script: | ||
- npm test | ||
- npm run lint | ||
- npm run test | ||
after_script: | ||
- npm install coveralls && coveralls < coverage/lcov.info | ||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
api_key: | ||
secure: FPoYvp2dH5Cvu2PyJQUuh5wHYFQMGQOpCF/gtCIJVFDysoguzM48DVv8ih5mGa231UWuMflYOAw5FSL5yzJIssqP88jnLfJ7U0Cng67yAIRAg1hC1vQy0QFxU/G9MB2fq8GhvAWlw6RCqUtvqlhavr/iGYgqRYx/fTtOQ2CnXSRu/Ws2/xURJloQ/dCGAGg5kHDqNhpbBLDDMi2YsWRS7Ih3QTkqi2dlOG7sCemxrMQ2ntboLX3I5QYSFVBZYXJeHPKZGiWKMzDlzGZEGFjGOAcXk2GqRik4HH6QIf85Abt3EZ7k8WpBqx/IrLBC9OJwFJwuoZO+97PoQj9piQGIl5VvDyTsgAaCjdlj3v6WxWM++e7KUNxkGuzTAV0WbdGCWHn0PXC159oUxABfmmNPbNY22C+/waAaavVNsB7ZEdW30Y8CibzGe+5VDG8rYehArxValuXz/KSeB3qDNjGixg3kb3bS31+4rrQmz1mepYVWO/WGjEnpSTYOWdalAfdx0dsxC2tLLQvg68UUtcnkDS80i/Uo8RmKLGAQX7t0NuO0tIWOzVPhWxei79AnvRzkKu84odYCN1b8DEoFbetDDdFizm/3livg3iKfwjMYEXKFZ6+CB8VKcguL6DSTX1MnXivD6VNByESKffA6PreaTyAvyL8v840+Zb3yL8TnuLU= | ||
on: | ||
branch: master | ||
tags: true | ||
- npm run report-coverage | ||
- npm run semantic-release | ||
notifications: | ||
slack: | ||
secure: ENKTdT08GhdFVnwUYfNp/S9/vdLjSettDlYKBNW1R4loPu8Z55n/fpQGvvvgm+G+aZrcEZb+pK9+ZmeLPm4dU1aCYILqAKHY90940XzyM7Xx5N7xnPl2LDwWhbXO8o5vYN0CJZksv3JBN8waUjNgpGKMX47kmSv9/uqec+1oKjExQCuIjpBm3DrGufh3pxCHc3bCacBba/hlnVMI9MWsdv7/UxExnKfOB5Z1nR67sJoRosBUo+UhZJZMcprcBk7XE+3py9xkW6LrbR2a60MguvVQTdTOEVX904e0ccttAzOZiYqFH/qaQ5iqKOuOUojNqHV7wHgm/Lw5a6mTSSEucYdyWdO6VYrn2LnWB0VKQHyqg07MzaVp85o49dR77+VgV3MEhqVHkLtTGr8tC1UPwSzUwurmu8l26TTiwfPCq0fBDc51q+kTVb2tJ48obUuXTmPkU+QqiG1m/1CAPLYOl8GwDPrWq9nNkQ12nDvfk7iumBBAsNc4+U/EZ9U2zzrQ30j9XsI1ukFinH5U8XeJSmKZae0+ddT+mTdM2X5M9O6QEqDg6N6/k/PvizkafhdxzwD1Wn89syRx7mrF84kLfbdQPBXaCEQ+/Sz1XL5tvUFjinJsEnWGQ08YZ7evWp0nOlisyGrAheo1PiAYvAxvMid1TpEjvC7VHOdJxHXybeI= | ||
on_success: change # options: [always|never|change] default: always | ||
email: false | ||
email: change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.