Repository: spark Updated Branches: refs/heads/master 66ade00f9 -> 3a5962f0f
Removed .travis.yml file since we are not using Travis. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3a5962f0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3a5962f0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3a5962f0 Branch: refs/heads/master Commit: 3a5962f0f5acea5cbfd3cf1e3ed16e03b3bec37a Parents: 66ade00 Author: Reynold Xin <[email protected]> Authored: Mon Aug 18 13:38:03 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Mon Aug 18 13:38:56 2014 -0700 ---------------------------------------------------------------------- .travis.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3a5962f0/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8ebd0d6..0000000 --- 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" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
