Skip to content

Commit

Permalink
Changed to circle.ci for CI. Passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmgreaves committed Dec 15, 2016
1 parent 7ac8c18 commit 5bb803f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# data-tc

[![Build Status](https://travis-ci.org/malcolmgreaves/data-tc.svg?branch=master)](https://travis-ci.org/malcolmgreaves/data-tc) [![Coverage Status](https://coveralls.io/repos/malcolmgreaves/data-tc/badge.svg?branch=master&service=github)](https://coveralls.io/github/malcolmgreaves/data-tc?branch=master)
[![Build Status](https://circleci.com/gh/malcolmgreaves/data-tc.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/malcolmgreaves/data-tc) [![Coverage Status](https://coveralls.io/repos/malcolmgreaves/data-tc/badge.svg?branch=master&service=github)](https://coveralls.io/github/malcolmgreaves/data-tc?branch=master)
[![Codacy Badge](http://api.codacy.com:80/project/badge/7a4fbaf2cbe6449993224d6eb4df0f13)](https://www.codacy.com/app/greavesmalcolm/data-tc) [![Stories in Ready](https://badge.waffle.io/malcolmgreaves/data-tc.png?label=ready&title=Ready)](https://waffle.io/malcolmgreaves/data-tc) [![Join the chat at https://gitter.im/malcolmgreaves/data-tc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/malcolmgreaves/data-tc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.malcolmgreaves/data-tc-scala_2.11/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.malcolmgreaves/data-tc-scala_2.11)

A unifying typeclass describing collections and higher-order data transformation and manipulation actions common to a wide variety of data processing tasks. Inspired by the Scala collections API.
Expand Down
1 change: 1 addition & 0 deletions project/SharedBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ object SharedBuild {
"com.twitter" % "parquet-avro" % parquetVer,
"com.twitter" % "parquet-hadoop" % parquetVer,
"com.twitter" % "parquet-column" % parquetVer,
"io.netty" % "netty" % "3.6.2.Final",
// Testing
"com.holdenkarau" %% "spark-testing-base" % s"${sparkVer}_0.4.7" % Test
)
Expand Down

0 comments on commit 5bb803f

Please sign in to comment.