Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 9c5483a

Browse files
committed
Added .travis.yml
1 parent b44c60b commit 9c5483a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "iojs"
4+
- "6"

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- This Changelog.
1010
- Link to Slack channel.
11+
- Added .travis.yml to run our tests on https://travis-ci.org/Charca/bootbot
1112
- Support for checkbox pluggin by [@rmattos](https://github.com/rmattos).
1213

1314
## [1.0.8] - 2017-02-23
1415
### Added
1516
- Added generic error message for when Messenger's API responds with an 'error' node.
1617

1718
[Unreleased]: https://github.com/Charca/bootbot/compare/v1.0.8...HEAD
18-
[1.0.8]: https://github.com/Charca/bootbot/compare/v1.0.7...v1.0.8
19+
[1.0.8]: https://github.com/Charca/bootbot/compare/v1.0.7...v1.0.8

0 commit comments

Comments
 (0)