travis
This commit is contained in:
parent
d1479c0d0e
commit
389c4b527f
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: node_js
|
||||
before_script:
|
||||
- npm install -g gulp-cli
|
||||
script: gulp build
|
|
@ -58,5 +58,8 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/synox/disposable-mailbox.git"
|
||||
},
|
||||
"license": "CC-BY-NC-SA-4.0"
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"scripts": {
|
||||
"test": "gulp test-phantomjs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user