Skip to content

Commit 2024f9c

Browse files
authored
Config basic CI (#4)
1 parent 0c68efe commit 2024f9c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
sudo: false
12
language: node_js
3+
node_js:
4+
- node
5+
os:
6+
- osx
7+
- linux
8+
install:
9+
- npm install
210
script:
3-
- npm config set registry https://www.myget.org/F/generator-azure-iot-edge-module/npm/
4-
- echo 'npm adduser <<!' >> publish.sh
5-
- echo -e $NPM_USER >> publish.sh
6-
- echo -e $NPM_PSW >> publish.sh
7-
- echo -e $NPM_EMAIL >> publish.sh
8-
- echo -e '!' >> publish.sh
9-
- bash publish.sh
10-
- npm publish
11+
- npm test

0 commit comments

Comments
 (0)