FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-java/.travis.yml at remove_commons_codec_from_api · docker-java/docker-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docker-java
/
docker-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.2k
Code
Issues
41
Pull requests
61
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-java
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
62 lines (52 loc) · 2.75 KB
Breadcrumbs
docker-java
/
.travis.yml
Copy path
File metadata and controls
62 lines (52 loc) · 2.75 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
sudo
:
required
dist
:
trusty
language
:
java
services
:
-
docker
jdk
:
-
oraclejdk8
install
:
true
env
:
global
:
-
CODECOV=true
-
DOCKER_TLS_VERIFY=""
#
The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
#
via the "travis encrypt" command using the project repo's public key
-
secure
:
"
GonzmzvnXsTNQV+6sKtBSSPiwbpMZjxumNt5LFp1g77/afLxw9kl2EQOXbUe308vFOwRVqeY7drBvNJa8aJkTUClfMaGRjfZ9DUwm6doMKMUYrdEkYoQTcH7yDX5K5w9MT6m+Izj+BK2gB7nK3yFlYG6COeXCdFbQ4/cf3/xfRc=
"
-
COVERITY_SCAN_PROJECT_NAME="docker-java/docker-java"
-
COVERITY_SCAN_BRANCH_PATTERN="master"
-
COVERITY_SCAN_NOTIFICATION_EMAIL="kanstantsin.sha@gmail.com"
matrix
:
#
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="17.09.0~ce-0~ubuntu-trusty"
#
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="17.09.0~ce-0~ubuntu-trusty"
#
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="17.06.2~ce-0~ubuntu-trusty" DEPLOY=true COVERITY=true
-
repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="17.05.0~ce-0~ubuntu-trusty" DEPLOY=true COVERITY=true
-
repo="main" DOCKER_HOST="tcp://127.0.0.1:2377" DOCKER_VERSION="17.05.0~ce-0~ubuntu-trusty" SWARM_VERSION="1.2.8"
-
repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="17.05.0~ce-0~ubuntu-trusty"
-
repo="main" DOCKER_HOST="tcp://127.0.0.1:2377" DOCKER_VERSION="1.13.1-0~ubuntu-trusty" SWARM_VERSION="1.2.8"
-
repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.13.1-0~ubuntu-trusty"
-
repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.13.1-0~ubuntu-trusty"
-
repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.12.6-0~ubuntu-trusty"
-
repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.12.6-0~ubuntu-trusty"
#
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.11.2-0~trusty"
#
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.11.2-0~trusty"
#
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.10.3-0~trusty"
#
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.10.3-0~trusty"
#
- repo="testing" DOCKER_HOST="tcp://127.0.0.1:2375"
#
- repo="testing" DOCKER_HOST="unix:///var/run/docker.sock"
#
- repo="experimental" DOCKER_HOST="tcp://127.0.0.1:2375"
#
- repo="experimental" DOCKER_HOST="unix:///var/run/docker.sock"
cache
:
directories
:
-
$HOME/.travis_cache
-
/tmp/coverity-cache
-
$HOME/.m2
#
install will pollute it
before_install
:
-
pip install --user codecov
-
./.travis/travis-before-install.sh
script
:
-
./.travis/travis-script.sh
after_success
:
-
./.travis/travis-after-success.sh
#
after_script:
#
- sudo cat /var/log/upstart/docker.log
Back
|
FazBrowse Home
|
New Git URL