forked from apache/mahout
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
39 lines (27 loc) · 709 Bytes
/
Copy path.travis.yml
File metadata and controls
39 lines (27 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
sudo: false
cache:
directories:
- $HOME/.m2
install: true
language: java
branches:
only:
- master
# The file assumes a certain build order for the maven / nightly build deployments.
matrix:
include:
- jdk: "oraclejdk7"
env: PROFILE="-Dhadoop.version=2.4.1 -Dflink.version=1.0.1 -Dspark.version=1.5.2 -Ptravis"
git:
depth: 10
#notifications:
# slack: mahout:7vlbihiCBKuhEZK2610jkeeT
env:
global:
JAVA_OPTS=-Xmx3g
before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
- unzip -qq apache-maven-3.3.9-bin.zip
- export M2_HOME=$PWD/apache-maven-3.3.9
- export PATH=$M2_HOME/bin:$PATH
script: ./runtests.sh