diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7bd6524 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +before_script: + - npm install -g gulp-cli +script: gulp build \ No newline at end of file diff --git a/package.json b/package.json index 383be88..297b53a 100644 --- a/package.json +++ b/package.json @@ -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" + } }