remove frontend folder reference from travis
This commit is contained in:
parent
77e8716588
commit
b66b75615a
2 changed files with 3 additions and 3 deletions
|
@ -16,6 +16,6 @@ before_script:
|
||||||
- . $HOME/.nvm/nvm.sh
|
- . $HOME/.nvm/nvm.sh
|
||||||
- nvm install stable
|
- nvm install stable
|
||||||
- nvm use stable
|
- nvm use stable
|
||||||
- (cd frontend && npm install)
|
- npm install
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec && (cd frontend && npm test) && bundle exec brakeman -q -z
|
- bundle exec rspec && npm test && bundle exec brakeman -q -z
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"build:watch": "webpack --watch",
|
"build:watch": "webpack --watch",
|
||||||
"test": "mocha test || echo 'Run `npm install` to setup testing'"
|
"test": "mocha frontend/test || echo 'Run `npm install` to setup testing'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Reference in a new issue