Skip to content

Commit d4e6031

Browse files
committed
fix cli
1 parent 2d96778 commit d4e6031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
script:
1212
- npm run test
1313
- npm run eslint
14-
- ./cli.js test
14+
- node cli.js test

Diff for: cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
1+
#!/usr/bin/env node
22
// Temporary demo client
33
// Works both in browser and node.js
44

0 commit comments

Comments
 (0)