aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-08-18 13:38:03 -0700
committerReynold Xin <rxin@apache.org>2014-08-18 13:38:56 -0700
commit3a5962f0f5acea5cbfd3cf1e3ed16e03b3bec37a (patch)
tree3b1fc868ab500d6b47664b7d16b1a6be67a465ce /.travis.yml
parent66ade00f91a9343ac9277c5a7c09314087a4831e (diff)
downloadspark-3a5962f0f5acea5cbfd3cf1e3ed16e03b3bec37a.tar.gz
spark-3a5962f0f5acea5cbfd3cf1e3ed16e03b3bec37a.tar.bz2
spark-3a5962f0f5acea5cbfd3cf1e3ed16e03b3bec37a.zip
Removed .travis.yml file since we are not using Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 8ebd0d6842..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
- language: scala
- scala:
- - "2.10.3"
- jdk:
- - oraclejdk7
- env:
- matrix:
- - TEST="scalastyle assembly/assembly"
- - TEST="catalyst/test sql/test streaming/test mllib/test graphx/test bagel/test"
- - TEST=hive/test
- cache:
- directories:
- - $HOME/.m2
- - $HOME/.ivy2
- - $HOME/.sbt
- script:
- - "sbt ++$TRAVIS_SCALA_VERSION $TEST"