This commit is contained in:
Synox 2016-07-05 17:15:30 +02:00
parent d1479c0d0e
commit 389c4b527f
2 changed files with 8 additions and 1 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: node_js
before_script:
- npm install -g gulp-cli
script: gulp build

View File

@ -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"
}
}