Skip to content

Commit

Permalink
Merge pull request #2 from marcoaraujojunior/travis
Browse files Browse the repository at this point in the history
Add Travis
  • Loading branch information
marcoaraujojunior authored Nov 16, 2016
2 parents 73a41f4 + 9fde25e commit a84ae49
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: node_js
node_js:
- "6"

services:
- mongodb
- "6.7"

before_script:
- cd /client/
- npm install

script:
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# IClient - React

[![Build Status](https://travis-ci.org/marcoaraujojunior/iClient-react.svg?branch=master)](https://travis-ci.org/marcoaraujojunior/iClient-react) [![codecov](https://codecov.io/gh/marcoaraujojunior/iClient-react/branch/master/graph/badge.svg)](https://codecov.io/gh/marcoaraujojunior/iClient-react)

Simple client to IClient Server made in React JS


# To Try

docker-compose up -d

docker-compose exec iClientReact bash

cd client/

npm run dev

License
----

MIT

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"babel-preset-react": "^6.16.0",
"codecov": "^1.0.1",
"css-loader": "^0.25.0",
"enzyme": "^2.6.0",
"file-loader": "^0.9.0",
"font-awesome-webpack": "0.0.4",
"http-server": "^0.9.0",
Expand All @@ -27,6 +28,7 @@
"less-loader": "^2.2.3",
"npm-run-all": "^3.1.0",
"path": "^0.12.7",
"react-addons-test-utils": "^15.3.2",
"react-test-renderer": "^15.3.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
Expand Down

0 comments on commit a84ae49

Please sign in to comment.