Skip to content

Commit 0740b69

Browse files
authored
Merge pull request #5 from sinclairzx81/travis
setup travis ci
2 parents 9c8f7cd + ea24c04 commit 0740b69

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "7"
3+
- "10"
44
before_script:
55
- npm install

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "npm install && smoke-task build",
99
"pack": "npm install && smoke-task pack",
1010
"spec": "npm install && smoke-task spec",
11+
"test": "npm run spec",
1112
"install-cli": "npm install && smoke-task install_cli",
1213
"uninstall-cli": "npm install && smoke-task uninstall_cli"
1314
},
@@ -28,7 +29,7 @@
2829
"devDependencies": {
2930
"@types/node": "^8.0.7",
3031
"shx": "^0.2.2",
31-
"smoke-task": "^1.0.1",
32+
"smoke-task": "^1.0.2",
3233
"typescript": "^3.2.4"
3334
}
3435
}

0 commit comments

Comments
 (0)