-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
25e4939
commit 55cf3bd
Showing
14 changed files
with
5,795 additions
and
3,808 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,33 +1,35 @@ | ||
--- | ||
branches: | ||
only: | ||
- master | ||
- develop | ||
- "/^greenkeeper/.*$/" | ||
- "/^feature/.*$/" | ||
- master | ||
- develop | ||
- /^greenkeeper/.*$/ | ||
- /^feature/.*$/ | ||
language: node_js | ||
node_js: | ||
- stable | ||
- 11 | ||
- 10 | ||
- 9 | ||
- 8 | ||
- stable | ||
- 12 | ||
- 11 | ||
- 10 | ||
env: | ||
global: | ||
- CC_TEST_REPORTER_ID=ba42fc27c58fe141f19793fa5acb42d4d229da491a4c7a1568ba50a69a009e1f | ||
- CC_TEST_REPORTER_ID=ba42fc27c58fe141f19793fa5acb42d4d229da491a4c7a1568ba50a69a009e1f | ||
before_install: | ||
- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest" | ||
- npm install -g greenkeeper-lockfile | ||
install: npm install | ||
- npm i -g npm | ||
- npm install -g greenkeeper-lockfile | ||
install: npm ci --no-optional | ||
before_script: | ||
- greenkeeper-lockfile-update | ||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 | ||
> ./cc-test-reporter | ||
- chmod +x ./cc-test-reporter | ||
- "./cc-test-reporter before-build" | ||
- greenkeeper-lockfile-update | ||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter | ||
- chmod +x ./cc-test-reporter | ||
- ./cc-test-reporter before-build | ||
after_script: | ||
- greenkeeper-lockfile-upload | ||
- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter | ||
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'" | ||
- greenkeeper-lockfile-upload | ||
- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter | ||
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'" | ||
notifications: | ||
slack: | ||
secure: b30+M8/fYAvUaYwnjMRVgpf63V84HkaMHO6j/RSE8vCyPLF0kxJYlc1lsemGfR1czvEUxNz+IIvDhbdLdkeF7Fpdq2gLBa4MTEpBuzKGtwqC9Tup3u0hg1haNd0oGmMSextH4e2wvdaFXK+rIYebAYhNoP5qeW6OqtyqNVblL7I= | ||
cache: | ||
directories: | ||
- "$HOME/.npm" |
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.