Skip to content

Commit d7c0e78

Browse files
committed
Initial experimentation with Travis CI configuration
1 parent 71d4ed2 commit d7c0e78

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: scala
2+
scala:
3+
- "2.10.3"
4+
jdk:
5+
- oraclejdk7
6+
env:
7+
matrix:
8+
- TEST=sql/test
9+
- TEST=hive/test
10+
- TEST=catalyst/test
11+
- TEST=streaming/test
12+
- TEST=graphx/test
13+
- TEST=mllib/test
14+
- TEST=graphx/test
15+
- TEST=bagel/test
16+
cache:
17+
directories:
18+
- $HOME/.m2
19+
- $HOME/.ivy2
20+
- $HOME/.sbt
21+
script:
22+
- "sbt ++$TRAVIS_SCALA_VERSION scalastyle $TEST"

0 commit comments

Comments
 (0)