Skip to content

Commit

Permalink
ci: Add .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 4, 2018
1 parent 166613e commit 6bb110d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
os:
- linux
- windows

language: node_js
node_js:
- 'stable'
- 10
- 8
- 6
- 4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"scripts": {
"build": "rimraf lib && buble src -o lib",
"prepublish": "npm run build",
"test": "standard src/*.js"
"test": "standard"
}
}

0 comments on commit 6bb110d

Please sign in to comment.