Skip to content

Commit 3229713

Browse files
author
Nader Hadji Ghanbari
committed
Travis Build
1 parent d90acb7 commit 3229713

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: scala
2+
scala:
3+
- 2.11.12
4+
jdk:
5+
- oraclejdk8

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Scala Checkers
22
==============
3+
[![Build Status](https://travis-ci.org/ServiceRocket/scala-checkers.svg?branch=master)](https://travis-ci.org/ServiceRocket/scala-checkers)
4+
35
Scala Checkers is an extension to ScalaCheck standards generators.
46
### Usage
57
```

0 commit comments

Comments
 (0)