Skip to content

Commit

Permalink
Add CI (#11)
Browse files Browse the repository at this point in the history
* ci: Add .travis.yml.

* Fix matrix
  • Loading branch information
goto-bus-stop authored Dec 4, 2018
2 parents 166613e + 00c509e commit 4bca6a8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: node_js
matrix:
include:
- os: linux
node_js: stable
- os: linux
node_js: 10
- os: linux
node_js: 8
- os: linux
node_js: 6
- os: linux
node_js: 4
- os: windows
node_js: latest
- os: windows
node_js: 10
- os: windows
node_js: 8
- os: windows
node_js: 6
- os: windows
node_js: 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 4bca6a8

Please sign in to comment.