We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3ab84 commit 95dd356Copy full SHA for 95dd356
2 files changed
.travis.yml
@@ -151,7 +151,7 @@ jobs:
151
branches:
152
only:
153
- deploy
154
- script: hapi-server test
+ script: hapi-server-test
155
156
notifications:
157
email:
package.json
@@ -16,7 +16,8 @@
16
"url": "https://github.com/hapi-server/server-nodejs.git"
17
},
18
"bin": {
19
- "hapi-server": "./server.js"
+ "hapi-server": "./server.js",
20
+ "hapi-server-test": "./test/server-test.js"
21
22
"dependencies": {
23
"chalk": "^2.4.1",
0 commit comments