From 5bb803f0b41c317f45e5215cd88737492b6e6e67 Mon Sep 17 00:00:00 2001 From: Malcolm Greaves Date: Thu, 15 Dec 2016 11:32:15 -0800 Subject: [PATCH] Changed to circle.ci for CI. Passing. --- .travis.yml | 7 ------- README.md | 2 +- project/SharedBuild.scala | 1 + 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d6bb1c6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: scala -scala: - - 2.11.8 - jdk: - - oraclejdk8 -script: "sbt test" -after_success: "sbt coverage test coveralls" diff --git a/README.md b/README.md index 4cff617..38ee6ef 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/project/SharedBuild.scala b/project/SharedBuild.scala index 07a5a83..15667da 100644 --- a/project/SharedBuild.scala +++ b/project/SharedBuild.scala @@ -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 )