Skip to content

Commit

Permalink
build: Do not run client tests on pull requests (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Sep 24, 2018
1 parent cdbfba9 commit 8c2e49a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ install: npm install
script:
- npm test
- npm run test:generators
- npm run test:client
- if [ ! -z "$SAUCE_ACCESS_KEY" ]; then npm run test:client; fi
services: mongodb
node_js:
- node
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/authentication.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/authentication');
module.exports = require('./dist/authentication');
2 changes: 1 addition & 1 deletion packages/client/primus.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/primus');
module.exports = require('./dist/primus');
2 changes: 1 addition & 1 deletion packages/client/rest.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/rest');
module.exports = require('./dist/rest');
2 changes: 1 addition & 1 deletion packages/client/socketio.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/socketio');
module.exports = require('./dist/socketio');
2 changes: 1 addition & 1 deletion packages/generator-feathers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transport-commons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c2e49a

Please sign in to comment.