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
|
||||
- nvm install stable
|
||||
- nvm use stable
|
||||
- (cd frontend && npm install)
|
||||
- npm install
|
||||
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": {
|
||||
"build": "webpack",
|
||||
"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": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue