From 03e50db7fdeae03a01bd1e1d5f797419009b5030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Sanz=20P=C3=A9rez?= Date: Sun, 15 Jan 2017 16:47:13 +0100 Subject: [PATCH] chore: Add basic Travis CI support --- .travis.yml | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ba7d6d8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "6" +script: "npm run test" \ No newline at end of file diff --git a/README.md b/README.md index 0c8c99b..de5f119 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -## bot-core +# bot-core +[![Build Status](https://travis-ci.org/Telefonica/bot-core.svg?branch=master)](https://travis-ci.org/Telefonica/bot-core) The core. Provides a managed and controlled runtime to develop bots.