Skip to content

Commit 6fb2988

Browse files
authored
travis-ci (#6)
* add config file * fix test script
1 parent 727b50b commit 6fb2988

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "8"
5+
- "10"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 0"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)