Skip to content

Commit

Permalink
Fixes more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
djchie committed Aug 29, 2018
1 parent 335aed6 commit 81098e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
]
}],
"import/no-extraneous-dependencies": 0
},
"env": {
"jest": true
}
}
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- "10"
sudo: false
install:
- npm install
- npm install react@16.3.1
- npm install react-native@0.55.4
script:
- npm run lint
- npm run tests
- npm run test

0 comments on commit 81098e4

Please sign in to comment.