Add compilation testing with travis

There are no tests yet... but this at least tests compilation.

Author: Michael Armbrust <michael@databricks.com>

Closes #15 from marmbrus/travis.
This commit is contained in:
Michael Armbrust 2015-09-09 21:36:26 -07:00
parent a49938903d
commit ddeead18ce
2 changed files with 7 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: scala
sudo: false
cache:
directories:
- $HOME/.ivy2

View File

@ -1,5 +1,7 @@
# Spark SQL Performance Tests
[![Build Status](https://travis-ci.org/databricks/spark-sql-perf.svg)](https://travis-ci.org/databricks/spark-sql-perf)
This is a performance testing framework for [Spark SQL](https://spark.apache.org/sql/) in [Apache Spark](https://spark.apache.org/) 1.4+.
**Note: This README is still under development. Please also check our source code for more information.**