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 0c68efe commit 2024f9cCopy full SHA for 2024f9c
.travis.yml
@@ -1,10 +1,11 @@
1
+sudo: false
2
language: node_js
3
+node_js:
4
+- node
5
+os:
6
+- osx
7
+- linux
8
+install:
9
+- npm install
10
script:
-- npm config set registry https://www.myget.org/F/generator-azure-iot-edge-module/npm/
-- echo 'npm adduser <<!' >> publish.sh
-- echo -e $NPM_USER >> publish.sh
-- echo -e $NPM_PSW >> publish.sh
-- echo -e $NPM_EMAIL >> publish.sh
-- echo -e '!' >> publish.sh
-- bash publish.sh
-- npm publish
11
+- npm test
0 commit comments