Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[ignore]

[include]
src/

[libs]

Expand Down
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: node_js
sudo: false
script:
# Enable flow to have flow errors fail the build
# - npm -s run flow
# lint errors fail the build
- npm run lint
- npm -s run lint
# unit tests with coverage report
- npm run test:coverage
- npm -s run test:coverage
node_js:
- '8'
- '7'
Expand Down
91 changes: 69 additions & 22 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.17.0",
"flow-bin": "^0.66.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1"
}
Expand Down
Loading