-
Notifications
You must be signed in to change notification settings - Fork 158
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
3 changed files
with
14 additions
and
17 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 |
---|---|---|
@@ -1,21 +1,11 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "12" | ||
|
||
before_install: | ||
- "npm config set spin false" | ||
# if npm version is less than 3.0.0, upgrade to 3 | ||
- if [[ $(npm -v | cut -d '.' -f 1) -lt 3 ]]; then npm i -g npm@^3; fi | ||
- "npm config set spin false" | ||
|
||
script: npm run test-ci | ||
install: | ||
- node --version | ||
- npm --version | ||
- git --version | ||
- npm install | ||
addons: | ||
chrome: stable | ||
|
||
script: yarn run test-ci | ||
|
||
after_script: | ||
- find ./coverage/Phantom* -name "lcov.info" -exec cat {} \; | coveralls | ||
- find ./coverage/HeadlessChrome* -name "lcov.info" -exec cat {} \; | coveralls |
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