Skip to content

Commit

Permalink
Merge pull request #22 from Telefonica/feat/add-travisci-6
Browse files Browse the repository at this point in the history
chore: Add basic Travis CI support
  • Loading branch information
palmerabollo authored Jan 15, 2017
2 parents 6b2d431 + 03e50db commit db3f9ee
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 db3f9ee

Please sign in to comment.