Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #29 from mocks-server/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
javierbrea authored Mar 1, 2020
2 parents a64519d + 1130852 commit 7bbd3d7
Show file tree
Hide file tree
Showing 11 changed files with 3,131 additions and 2,233 deletions.
38 changes: 2 additions & 36 deletions .travis.yml
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.0.3] - 2020-03-01
### Changed
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
- chore(deps): Update dependencies

## [1.0.2] - 2020-01-12
### Changed
- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/cypress-commands.svg)](https://greenkeeper.io/) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]

[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]

Expand Down
12 changes: 0 additions & 12 deletions greenkeeper.json

This file was deleted.

Loading

0 comments on commit 7bbd3d7

Please sign in to comment.