-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for the browser too! (#2)
* Support the browser too! * Update package.json * Ignore coverals and fix travis * this works a bit better * Fix this * change that * check the global & fix tests * uniform naming and allow setting of commit hash * Don’t create the mapping on every write * Create default handler logger at init
- Loading branch information
1 parent
2b1e3c3
commit 08481c9
Showing
7 changed files
with
888 additions
and
1,081 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,2 @@ | ||
coverage | ||
.travis.yml |
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,11 +1,5 @@ | ||
language: node_js | ||
script: npm run-script test-travis | ||
node_js: | ||
- "10" | ||
script: yarn test-travis | ||
after_script: cat ./coverage/lcov.info | coveralls | ||
|
||
notifications: | ||
email: false | ||
slack: | ||
rooms: | ||
- secure: gVo/2b4TunNkEpaFefPwKeeYiUigbQWHBmEoAWUoOMHe/OL8hY6tWBDSHMBHfp2hJuGs1QqYJ5fJ1UihJw/0rQ4PxcmJK2dcTxmBdrNNji7k/8V8lPBYMRXBEPBm9te669IPyC2cPXeJ5RWkR7OCPoRNXp5Pbrwiucg4K/n38BSFSypuXb77boINZm9aNLa76wnVkXYU+tX0P1tq3HC7ozWSbCNI/EoLO/EySOlB5Q/4SRVZ2g3Yk2/DVj8rD+nG1MM2E1NUlC5CaTHZkeWBxuP3lkSslGJF53lVGOnh2IOvurEDl+4InXTxF8+fy1wyJpTov3Imt5o24L8cmXVRYNgHLM31avZ5P/cPsvuO6WwbM2TTEJDJRFZxmCRAU1l3qd/UI7RXvdihlv6S5bOZzpCS1VxXnbjd1GonjOoq2kNwnSGNDzX+VlOUSV/TggAPBNeEetofid0zMOFtoHjhFwl6/h6Awle7FzljlLZr6rAzsD5OVExAj52RYOwEXJMWJ6sXZPRd3gFl9Ogamec0Ttt7D+C5/RlHAzoPuDT32R744YVuUIBGpoVeiWaH7jiI5OJVYiGllBOKuSZfkNTwwMiJeY8onmT5+LuA7enRrzjWE9HqrfR7bAF3bX7tyj31p7sKWpd1g0o/m1KBKgIk8XNMztPz0TXI3NZSjJsqzGM= | ||
on_success: always | ||
on_failure: always |
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
Oops, something went wrong.