This repository has been archived by the owner on May 27, 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.
Merge pull request #24 from data-provider/v2.0.0
V2.0.0
- Loading branch information
Showing
11 changed files
with
1,638 additions
and
1,765 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,30 +1,2 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "10" | ||
|
||
cache: | ||
directories: | ||
- "node_modules" | ||
- "$HOME/.sonar/cache" | ||
|
||
addons: | ||
sonarcloud: | ||
organization: "data-provider" | ||
branch: | ||
name: "$TRAVIS_CURRENT_BRANCH" | ||
|
||
script: | ||
- npm run lint | ||
- npm run test-ci | ||
- npm run build | ||
- npm run coveralls | ||
- 'if [ -n "$SONAR_TOKEN" ]; then sonar-scanner -Dsonar.login=${SONAR_TOKEN}; fi' | ||
|
||
deploy: | ||
provider: npm | ||
email: "[email protected]" | ||
api_key: "$NPM_TOKEN" | ||
on: | ||
tags: true | ||
skip_cleanup: true | ||
version: ~> 1.0 | ||
import: data-provider/ci-cd-shared-config:.travis.yml@master |
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.