Skip to content

Commit a84ae49

Browse files
Merge pull request #2 from marcoaraujojunior/travis
Add Travis
2 parents 73a41f4 + 9fde25e commit a84ae49

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
5-
services:
6-
- mongodb
3+
- "6.7"
74

85
before_script:
9-
- cd /client/
106
- npm install
117

128
script:

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# IClient - React
2+
3+
[![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)
4+
5+
Simple client to IClient Server made in React JS
6+
7+
8+
# To Try
9+
10+
docker-compose up -d
11+
12+
docker-compose exec iClientReact bash
13+
14+
cd client/
15+
16+
npm run dev
17+
18+
License
19+
----
20+
21+
MIT
22+

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"babel-preset-react": "^6.16.0",
2020
"codecov": "^1.0.1",
2121
"css-loader": "^0.25.0",
22+
"enzyme": "^2.6.0",
2223
"file-loader": "^0.9.0",
2324
"font-awesome-webpack": "0.0.4",
2425
"http-server": "^0.9.0",
@@ -27,6 +28,7 @@
2728
"less-loader": "^2.2.3",
2829
"npm-run-all": "^3.1.0",
2930
"path": "^0.12.7",
31+
"react-addons-test-utils": "^15.3.2",
3032
"react-test-renderer": "^15.3.2",
3133
"style-loader": "^0.13.1",
3234
"url-loader": "^0.5.7",

0 commit comments

Comments
 (0)