Skip to content

Commit

Permalink
Merge pull request #6 from meltedspark/ci-enablement
Browse files Browse the repository at this point in the history
CI enablement
  • Loading branch information
Evgeny Barabanov committed Mar 2, 2018
2 parents 1b6abd8 + 7f0950f commit f0085ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: node_js
node_js: '8'
cache: yarn
notifications:
email: false
# allow this once https://github.com/travis-ci/travis-ci/issues/6933 is fixed
# install:
# - yarn
cache: node_modules
script:
- npm run build
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# jest-marbles
# jest-marbles
[![npm version](https://badge.fury.io/js/jest-marbles.svg)](https://badge.fury.io/js/jest-marbles) [![Build Status](https://travis-ci.org/meltedspark/jest-marbles.svg?branch=master)](https://travis-ci.org/meltedspark/jest-marbles) ![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)

A set of jest matchers for marble testing integrated with RxJs test scheduler.

A set of helper functions and jest matchers for RxJs marble testing.

# Usage

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"postrelease": "npm run release:github && npm run release:npm",
"release:github": "git push --no-verify --follow-tags origin master",
"release:npm": "npm publish",
"release:preflight": "irish-pub",
"release:preflight:package": "npm pack",
"size": "shx echo \"Gzipped Size:\" && cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size"
},
Expand Down Expand Up @@ -91,7 +90,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^22.1.3",
"@types/jest": "22.1.4",
"@types/node": "^9.4.6",
"awesome-typescript-loader": "^3.5.0",
"commitizen": "^2.9.6",
Expand All @@ -102,7 +101,7 @@
"irish-pub": "^0.2.0",
"jest": "^22.4.2",
"lint-staged": "^7.0.0",
"prettier": "^1.11.0",
"prettier": "1.11.1",
"shx": "^0.2.2",
"standard-version": "^4.3.0",
"strip-json-comments-cli": "^1.0.1",
Expand Down

0 comments on commit f0085ce

Please sign in to comment.