@@ -10,32 +10,15 @@ matrix:
10
10
jdk : oraclejdk8
11
11
- os : osx
12
12
osx_image : xcode7.3
13
- before_install :
14
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
15
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq exuberant-ctags cvs git mercurial cssc bzr subversion monotone rcs pep8; fi
16
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./scripts/install-bitkeeper.sh; fi
17
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
18
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ctags cvs; fi
19
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install pep8; fi
13
+ before_install : scripts/before_install
20
14
install : true
21
-
22
- before_script :
23
- - if `which bk`; then bk --version; fi
24
- - if `which hg`; then hg --version; fi
25
- - if `which git`; then git --version; fi
26
- - if `which svn`; then svn --version; fi
27
- - if `which cvs`; then cvs --version; fi
28
- - if `which mtn`; then mtn --version; fi
29
- - if `which bzr`; then bzr version; fi
30
-
15
+ before_script : scripts/before
31
16
env :
32
17
global :
33
18
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
34
19
# via the "travis encrypt" command using the project repo's public key
35
20
- secure : " O_cda5pWDBAP-O3_0nG5RQ"
36
-
37
21
script : scripts/main
38
-
39
22
addons :
40
23
coverity_scan :
41
24
project :
@@ -44,7 +27,6 @@ addons:
44
27
branch_pattern : " coverity_scan"
45
28
# build_command_prepend: "mvn clean"
46
29
build_command : " mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V compile"
47
-
48
30
deploy :
49
31
# Pre-release
50
32
- provider : releases
0 commit comments