Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
indocomsoft committed Oct 10, 2018
1 parent 74cd0ee commit 0b11154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- 9
- 10
cache: yarn
branches:
except:
- /^no-ci.*$/
script:
- yarn test
- yarn test-coveralls
- yarn typecheck
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "./scripts/build.sh",
"typecheck": "tsc --noEmit",
"test": "TIMEOUT=2000 jest --env=node",
"test-coveralls": "TIMEOUT=2000 jest --env=node --coverage --coverageReporters=text-lcov | coveralls"
"test-coveralls": "TIMEOUT=2000 jest --env=node --coverage --coverageReporters=text-lcov --forceExit | coveralls"
},
"dependencies": {
"@ericandrewlewis/bitmap": "^1.0.0",
Expand Down

0 comments on commit 0b11154

Please sign in to comment.