Skip to content

Commit c325a98

Browse files
committed
Add travis.yml, badges to README.md
1 parent 150c86f commit c325a98

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: ruby
2+
sudo: false
3+
bundler_args: "--retry=3 --jobs=3"
4+
rvm:
5+
- 2.0
6+
- 2.1
7+
- 2.2
8+
- ruby-head
9+
matrix:
10+
allow_failures:
11+
- rvm: ruby-head
12+
fast_finish: true
13+
notifications:
14+
slack:
15+
secure: wZ1UPEcH/Zf/wSPvpR1q76vpUQvAEGuwR5500ML8C+shW7PedvuSZaiZYAOZxhyD17RXzXYroON0ArEk3NUcKD8supPzYjUWzCeWDIFaYxEb7dOm7tpRBf4GuQ/oy8HGsBi947ZTX3WytGWZU0q0aRu2EirPcoY05vzley/hYTI=

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# What's New?
22

3+
[![Gem Version](https://badge.fury.io/rb/whatsnew.svg)](http://badge.fury.io/rb/whatsnew)
4+
[![Build Status](https://travis-ci.org/jollygoodcode/whatsnew.svg?branch=master)](https://travis-ci.org/jollygoodcode/whatsnew)
5+
36
What's New of a project?
47

8+
--
9+
510
Where is the document which documents changes between two releases?
611

712
## Installation

0 commit comments

Comments
 (0)