Skip to content

Commit 893e8bc

Browse files
committed
Changes comments.
1 parent c4f5f8d commit 893e8bc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Travis CI Guide
17-
# - Environment Setup: https://docs.travis-ci.com/user/trusty-ci-environment
18-
# - Buidling Java Project: https://docs.travis-ci.com/user/languages/java
19-
# - Caching: https://docs.travis-ci.com/user/caching
16+
# Spark provides this Travis CI configuration file to help contributors
17+
# check Scala/Java style conformance and JDK7/8 compilation easily
18+
# during their preparing pull requests.
19+
# - Scalastyle is executed during `maven install` implicitly.
20+
# - Java Checkstyle is executed by `lint-java`.
21+
# See the related discussion here.
22+
# https://github.com/apache/spark/pull/12980
2023

2124
# 1. Choose OS (Ubuntu 14.04.3 LTS Server Edition 64bit, ~2 CORE, 7.5GB RAM)
2225
sudo: required

0 commit comments

Comments
 (0)