FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-java/.travis.yml at docker-java-3 · anandps/testcontainers-java · GitHub
anandps
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-java
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (36 loc) · 1.06 KB
Breadcrumbs
testcontainers-java
/
.travis.yml
Copy path
File metadata and controls
39 lines (36 loc) · 1.06 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
language
:
java
jdk
:
-
oraclejdk8
sudo
:
required
services
:
-
docker
before_install
:
-
sudo apt-get update -qq
-
sudo apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew install docker-engine
-
env
#
Pre-fetch docker images - seems to need to be done before docker env vars are set
-
docker pull redis:3.0.2
-
docker pull rabbitmq:3.5.3
-
docker pull mongo:3.1.5
-
docker pull alpine:3.2
-
docker pull mysql:latest
-
docker pull mysql:5.5.43
-
docker pull mysql:5.6
-
docker pull mysql:5.5
-
docker pull postgres:latest
-
docker pull selenium/standalone-chrome-debug:2.45.0
-
docker pull selenium/standalone-firefox-debug:2.45.0
-
docker pull richnorth/vnc-recorder:latest
-
docker pull nginx:1.9.4
-
docker pull dduportal/docker-compose:1.6.0
-
docker pull richnorth/ambassador:latest
#
Update env vars required by testcontainers
-
export DOCKER_HOST=tcp://127.0.0.1:2375
-
export DOCKER_TLS_VERIFY=0
-
env
script
:
-
mvn test
-
mvn test -f shade-test/pom.xml
cache
:
directories
:
-
'
$HOME/.m2/repository
'
Back
|
FazBrowse Home
|
New Git URL