Skip to content

Commit

Permalink
Added Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 10, 2020
1 parent 3d2e717 commit f1472e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dist: bionic
language: ruby
rvm: 2.7
script: bundle exec rake test
notifications:
email:
on_success: never
on_failure: change
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Create beautiful JavaScript charts with one line of Ruby. No more fighting with

:two_hearts: A perfect companion to [Groupdate](https://github.com/ankane/groupdate), [Hightop](https://github.com/ankane/hightop), and [ActiveMedian](https://github.com/ankane/active_median)

[![Build Status](https://travis-ci.org/ankane/chartkick.svg?branch=master)](https://travis-ci.org/ankane/chartkick)

## Quick Start

Add this line to your application's Gemfile:
Expand Down

0 comments on commit f1472e7

Please sign in to comment.