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:
parent
a49938903d
commit
ddeead18ce
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: scala
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2
|
||||
@ -1,5 +1,7 @@
|
||||
# Spark SQL Performance Tests
|
||||
|
||||
[](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.**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user