remove frontend folder reference from travis

This commit is contained in:
Devin Howard 2016-08-07 19:40:26 +08:00
parent 77e8716588
commit b66b75615a
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",