[BAHIR-54] Add .travis.yml file
1 file changed
tree: de328e2b588c20568f52619d9eb23a64ff3f2995
  1. dev/
  2. .gitattributes
  3. .gitignore
  4. .travis.yml
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. README.md
  9. scalastyle-config.xml
README.md

Apache Bahir

Apache Bahir provides extensions to distributed analytics platforms such as Apache Spark and Apache Flink.

http://bahir.apache.org/

Building Bahir

Bahir is built using Apache Maven. To build Bahir and its example programs, run:

mvn -DskipTests clean install

Running tests

Testing first requires building Bahir. Once Bahir is built, tests can be run using:

mvn test