Skip to content

Commit

Permalink
Initial experimentation with Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Mar 25, 2014
1 parent 71d4ed2 commit d7c0e78
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: scala
scala:
- "2.10.3"
jdk:
- oraclejdk7
env:
matrix:
- TEST=sql/test
- TEST=hive/test
- TEST=catalyst/test
- TEST=streaming/test
- TEST=graphx/test
- TEST=mllib/test
- TEST=graphx/test
- TEST=bagel/test
cache:
directories:
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.sbt
script:
- "sbt ++$TRAVIS_SCALA_VERSION scalastyle $TEST"

0 comments on commit d7c0e78

Please sign in to comment.