We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308b9a0 commit 85b7102Copy full SHA for 85b7102
.travis.yml
@@ -15,4 +15,6 @@ addons:
15
before_install:
16
- npm -g install npm@latest
17
install:
18
- - npm install --unsafe-perm --build-from-source
+ - npm install --unsafe-perm --build-from-source
19
+script:
20
+ - node gateway.js
0 commit comments