diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..db11c8a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +dist: xenial +language: node_js +node_js: + - "11.0.0" +script: + - npm test +deploy: + provider: npm + #email: "" + #api_key: "" + on: + tags: true diff --git a/README.md b/README.md index 18af295..4274cf6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-# TastyJS +# TastyJS [![Build Status](https://travis-ci.org/JIoJIaJIu/tasty.svg?branch=master)](https://travis-ci.org/JIoJIaJIu/tasty) TastyJS is an API testing framework which will make your testing process tastier.