Skip to content

Commit

Permalink
Merge pull request #13 from stoffern/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
st0ffern authored Aug 12, 2016
2 parents 69ae8dc + ae67c1b commit bc19948
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ cache:
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
- npm install -g eslint
- npm install -g eslint-plugin-react
- '6'
before_script:
- npm prune
after_success:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@
"dependencies": {
"gl-react": "^2.2.4",
"gl-react-image": "0.0.2",
"gl-react-native": "^2.28.0"
"gl-react-native": "^2.28.0",
"react": "^15.2.1",
"react-native": "^0.31.0"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.7",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"semantic-release": "^4.3.5"
},
"config": {
Expand Down

0 comments on commit bc19948

Please sign in to comment.