This repository has been archived by the owner. 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 #29 from mocks-server/release
Release
- Loading branch information
Showing
11 changed files
with
3,131 additions
and
2,233 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,36 +1,2 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- 10.8 | ||
|
||
cache: | ||
directories: | ||
- ~/.npm | ||
- ~/.cache | ||
- ~/.sonar/cache | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- libgconf-2-4 | ||
sonarcloud: | ||
organization: "mocks-server" | ||
branch: | ||
name: "$TRAVIS_CURRENT_BRANCH" | ||
|
||
script: | ||
- npm run lint | ||
- npm run test | ||
- npm run coveralls | ||
- npm run test-e2e:ci | ||
- 'if [ -n "$SONAR_TOKEN" ]; then sonar-scanner -Dsonar.login=${SONAR_TOKEN}; fi' | ||
|
||
deploy: | ||
provider: npm | ||
email: "[email protected]" | ||
api_key: "$NPM_TOKEN" | ||
edge: true | ||
on: | ||
tags: true | ||
skip_cleanup: true | ||
|
||
version: ~> 1.0 | ||
import: mocks-server/ci-cd:.travis-deploy.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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.