mirror of
https://github.com/danbulant/pngjs
synced 2026-05-26 21:31:56 +00:00
Travis CI
This commit is contained in:
parent
2914659815
commit
a5b996a9ef
2 changed files with 6 additions and 1 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
- "iojs"
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test"
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue