Skip to content

Commit bc19948

Browse files
authored
Merge pull request #13 from stoffern/travis
Travis
2 parents 69ae8dc + ae67c1b commit bc19948

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '4'
10-
before_install:
11-
- npm i -g npm@^2.0.0
12-
- npm install -g eslint
13-
- npm install -g eslint-plugin-react
9+
- '6'
1410
before_script:
1511
- npm prune
1612
after_success:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@
3131
"dependencies": {
3232
"gl-react": "^2.2.4",
3333
"gl-react-image": "0.0.2",
34-
"gl-react-native": "^2.28.0"
34+
"gl-react-native": "^2.28.0",
35+
"react": "^15.2.1",
36+
"react-native": "^0.31.0"
3537
},
3638
"devDependencies": {
3739
"cz-conventional-changelog": "^1.1.7",
40+
"eslint": "^3.2.2",
41+
"eslint-plugin-react": "^6.0.0",
3842
"semantic-release": "^4.3.5"
3943
},
4044
"config": {

0 commit comments

Comments
 (0)