Skip to content

Commit

Permalink
Merge branch 'master' into release-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Sep 29, 2019
2 parents 1688d53 + dd61cef commit be57766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "stable"
script: npm run lint && npm run test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"repository": {
"type": "git",
"url": "https://github.com/ECorreia45/flatlist-react"
Expand Down

0 comments on commit be57766

Please sign in to comment.