Skip to content

Commit

Permalink
Fix npm run test on travis, remove e2e tests from travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KELiON committed Nov 19, 2016
1 parent 92a0650 commit d7bedfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ script:
- npm run lint
- npm run test
- npm run build
- npm run test-e2e
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"description": "Extendable electron-based open-source spolight and alfred analogue",
"main": "main.js",
"scripts": {
"test": "./node_modules/.bin/mocha-webpack -w",
"test": "./node_modules/.bin/mocha-webpack",
"test-watch": "npm test -- --watch",
"test-e2e": "cross-env NODE_ENV=test mocha --compilers js:babel-register --require ./test/setup.js --require co-mocha ./test/e2e.js",
"lint": "eslint app test *.js",
"hot-server": "node -r babel-register server.js",
"build-main": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
Expand Down

0 comments on commit d7bedfd

Please sign in to comment.