Skip to content

Commit

Permalink
chore: Add basic Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-sanz committed Jan 15, 2017
1 parent 6b2d431 commit 03e50db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "6"
script: "npm run test"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 03e50db

Please sign in to comment.