Skip to content

Commit

Permalink
Merge 0f7a40e into 09cc47a
Browse files Browse the repository at this point in the history
  • Loading branch information
knor-el-snor committed Nov 5, 2018
2 parents 09cc47a + 0f7a40e commit 85f2f30
Show file tree
Hide file tree
Showing 10 changed files with 8,796 additions and 4,630 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ node_modules

# NPM
.npm
package-lock.json

# Yarn
.yarnclean
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@
language: node_js

node_js:
- "6"
- "8"
- "10"

sudo: false

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"

cache:
yarn: true
directories:
- "node_modules"

script:
- yarn run test:coverage
- npm run test:coverage

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"json"
],
transform: {
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
"\\.(ts|tsx)$": "ts-jest"
},
testRegex: "/tests/.*\\.(ts|tsx|js)$",
coveragePathIgnorePatterns: [
Expand Down

0 comments on commit 85f2f30

Please sign in to comment.