diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2843380 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: node_js + +node_js: + - "8.9.4" + +branches: + only: + - master + +before_script: + - npm install + +script: + - npm run build + +notifications: + email: + on_failure: change + on_success: change \ No newline at end of file