-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
55 lines (44 loc) · 2.2 KB
/
.travis.yml
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
language: bash
sudo: required
services:
- docker
env:
matrix:
# to update with active containers later !!!
- SNIPERKIT_VERSION=56 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
- SNIPERKIT_VERSION=70 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
- SNIPERKIT_VERSION=71 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
- SNIPERKIT_VERSION=56 BUILD_SERVICE=mssql
- SNIPERKIT_VERSION=70 BUILD_SERVICE=mssql
- SNIPERKIT_VERSION=71 BUILD_SERVICE=mssql
- SNIPERKIT_VERSION=56 BUILD_SERVICE=rethinkdb
- SNIPERKIT_VERSION=70 BUILD_SERVICE=rethinkdb
- SNIPERKIT_VERSION=71 BUILD_SERVICE=rethinkdb
- SNIPERKIT_VERSION=56 BUILD_SERVICE=aerospike
- SNIPERKIT_VERSION=70 BUILD_SERVICE=aerospike
- SNIPERKIT_VERSION=71 BUILD_SERVICE=aerospike
- SNIPERKIT_VERSION=56 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog selenium jenkins proxy proxy2 balancer"
- SNIPERKIT_VERSION=70 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog selenium jenkins proxy proxy2 balancer"
- SNIPERKIT_VERSION=71 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog selenium jenkins proxy proxy2 balancer"
- HUGO_VERSION=0.20.2
before_install:
- docker info
# Installing a newer Docker version
# before_install:
# - docker pull alpine:3.6
# - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
# - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
# - sudo apt-get update
# - sudo apt-get -y install docker-ce
# - docker version
script: ./travis-build.sh
deploy:
provider: pages
skip_cleanup: true
local_dir: docs
github_token: $GITHUB_TOKEN
on:
branch: master
condition: -n "${HUGO_VERSION}"
notifications:
email: false