Skip to content

Commit

Permalink
Added travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Apr 12, 2017
1 parent 6e5fd38 commit 48eaf70
Show file tree
Hide file tree
Showing 6 changed files with 8,014 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ webpack-assets.json
webpack-stats.json
npm-debug.log
dist
yarn.lock

# Other
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.9.1
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: node_js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Plone in React
### Prerequisites
* [Node.js==6.9.1](https://nodejs.org/)
* [Python==2.7.x](https://python.org/)
* [Git](http://git-scm.com/)

### Install dependencies

Expand All @@ -22,6 +21,7 @@ Plone in React

### Run backend

$ cd api
$ ./bin/instance fg

### Run frontend
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"lint": "eslint -c .eslintrc src",
"lint:fix": "eslint -c .eslintrc src --fix",
"watch:test:unit": "better-npm-run watch_test_unit",
"test": "npm-run-all test:unit",
"test:unit": "better-npm-run test_unit",
"pretest:e2e": "npm-run-all webdriver-update wait-for-frontend",
"test:e2e": "protractor ./protractor.conf.js",
Expand All @@ -52,10 +53,10 @@
"collectCoverage": true,
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
"branches": 10,
"functions": 10,
"lines": 10,
"statements": 10
}
},
"globals": {
Expand Down
Loading

0 comments on commit 48eaf70

Please sign in to comment.