Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
pipeline: add flow to travis ci as replacement for proptypes (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Sep 30, 2018
1 parent 0c23899 commit 584fe1d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[ignore]
.*/build/.*
.*/node_modules/.*

[include]

[libs]

[lints]

[options]

[strict]
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ install:
- npm ci
script:
- npx commitlint-travis
- npx eslint ./src
- npx stylelint ./src/**/*.js
- npx eslint ./src
- npx flow
- npm test -- --coverage
after_success:
- npx codecov
Expand Down
6 changes: 6 additions & 0 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 @@ -24,6 +24,7 @@
"@semantic-release/changelog": "^3.0.0",
"codecov": "^3.1.0",
"conventional-changelog-peakfijn": "^0.8.0",
"flow-bin": "^0.81.0",
"release-rules-peakfijn": "^0.8.0",
"semantic-release": "^15.9.16",
"semantic-release-git-branches": "^1.2.1",
Expand Down

0 comments on commit 584fe1d

Please sign in to comment.