Skip to content

Commit

Permalink
Switch to Travis for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart de Water committed Apr 12, 2018
1 parent e5ed94c commit 10c7454
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language: ruby
cache: bundler
branches:
only:
- master
rvm:
- 2.5
- 2.4
- 2.3
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
- gem update --system
- gem install bundler
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# money

[![Build Status](https://circleci.com/gh/Shopify/money.png?circle-token=88060f61185838446bb65723d96658bdd74ebb3c)](https://circleci.com/gh/Shopify/money) [![codecov](https://codecov.io/gh/Shopify/money/branch/master/graph/badge.svg)](https://codecov.io/gh/Shopify/money)
[![Build Status](https://travis-ci.org/Shopify/money.svg?branch=master)](https://travis-ci.org/Shopify/money) [![codecov](https://codecov.io/gh/Shopify/money/branch/master/graph/badge.svg)](https://codecov.io/gh/Shopify/money)


money_column expects a decimal 8,3 database field.
Expand Down
13 changes: 0 additions & 13 deletions circle.yml

This file was deleted.

0 comments on commit 10c7454

Please sign in to comment.