From c79c13cffd279131a2bd1190b6e1f601da2a137d Mon Sep 17 00:00:00 2001 From: Guro Bokum Date: Tue, 11 Jun 2019 15:56:28 +0800 Subject: [PATCH] TASTY1: Integrate with TravisCI --- .travis.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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.