File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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)
2225sudo : required
You can’t perform that action at this time.
0 commit comments