blackbirdchess-docker-dev/.travis.yml

59 lines
2.0 KiB
YAML
Raw Permalink Normal View History

language: bash
sudo: required
services:
- docker
env:
2017-11-08 03:55:58 +01:00
matrix:
- HUGO_VERSION=0.20.2
2017-12-10 16:18:57 +01:00
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm
2017-12-10 11:26:07 +01:00
2018-04-06 16:24:11 +02:00
# - PHP_VERSION=5.6 BUILD_SERVICE=php-worker
2019-12-06 14:04:03 +01:00
- PHP_VERSION=7.0 BUILD_SERVICE=php-worker
- PHP_VERSION=7.1 BUILD_SERVICE=php-worker
- PHP_VERSION=7.2 BUILD_SERVICE=php-worker
- PHP_VERSION=7.3 BUILD_SERVICE=php-worker
- PHP_VERSION=7.4 BUILD_SERVICE=php-worker
- PHP_VERSION=8.0 BUILD_SERVICE=php-worker
- PHP_VERSION=8.1 BUILD_SERVICE=php-worker
2019-12-06 14:04:03 +01:00
- PHP_VERSION=7.0 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.1 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.2 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.3 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=7.4 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=8.0 BUILD_SERVICE=laravel-horizon
- PHP_VERSION=8.1 BUILD_SERVICE=laravel-horizon
2017-05-06 09:13:18 +02:00
- PHP_VERSION=NA BUILD_SERVICE=solr
2018-02-26 10:20:10 +01:00
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"
2019-07-25 08:14:50 +02:00
- PHP_VERSION=NA BUILD_SERVICE="blackfire minio percona nginx caddy apache2 mysql mariadb postgres postgres-postgis neo4j mongo redis cassandra"
2017-12-10 16:48:53 +01:00
- PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
- PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 haproxy gearman"
2017-12-11 05:01:23 +01:00
- PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
- PHP_VERSION=NA BUILD_SERVICE="ipython-controller manticore"
2017-12-11 05:01:23 +01:00
# - PHP_VERSION=NA BUILD_SERVICE="aws"
2017-05-06 09:13:18 +02:00
2017-05-04 10:15:28 +02:00
# Installing a newer Docker version
before_install:
- 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"
2017-05-04 10:15:28 +02:00
- sudo apt-get update
- sudo apt-get -y install docker-ce
- docker version
2017-05-04 10:15:28 +02:00
2017-04-20 19:55:09 +02:00
script: ./travis-build.sh
deploy:
provider: pages
skip_cleanup: true
2017-04-14 19:56:18 +02:00
local_dir: docs
github_token: $GITHUB_TOKEN
on:
branch: master
2017-04-14 19:56:18 +02:00
condition: -n "${HUGO_VERSION}"
notifications:
email: false