Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Apr 17, 2020
1 parent 2d96778 commit d4e6031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:
script:
- npm run test
- npm run eslint
- ./cli.js test
- node cli.js test
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
#!/usr/bin/env node
// Temporary demo client
// Works both in browser and node.js

Expand Down

0 comments on commit d4e6031

Please sign in to comment.