forked from davies147/adapter
-
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.
- Loading branch information
Showing
38 changed files
with
2,939 additions
and
2,941 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
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,7 +1,7 @@ | ||
dist: trusty | ||
language: node_js | ||
node_js: | ||
- 6 | ||
- 8 | ||
|
||
addons: | ||
apt: | ||
|
@@ -36,18 +36,11 @@ before_script: | |
- export FIREFOX_BIN=browsers/bin/firefox-${BVER} | ||
- sh -e /etc/init.d/xvfb start | ||
- pulseaudio --start | ||
- if [ "$BROWSER" = "Electron" ]; then npm i karma-electron electron; fi | ||
- if [ "$BROWSER" = "Electron" ]; then npm i karma-electron electron karma-stability-reporter; fi | ||
|
||
script: | ||
- node_modules/.bin/grunt | ||
- npm test | ||
|
||
after_failure: | ||
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
[email protected] | ||
on_success: change | ||
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
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 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
Oops, something went wrong.