forked from dokku-alt/dokku-alt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 699 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 699 Bytes
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
---
sudo: false
env:
global:
- USE_VHOST=1
matrix:
- APP_NAME=acl
- APP_NAME=htpasswd
- APP_NAME=mariadb
- APP_NAME=mongodb
- APP_NAME=config
- APP_NAME=dockerfile
- APP_NAME=gitsubmodules
- APP_NAME=go
- APP_NAME=java
- APP_NAME=multi
- APP_NAME=nodejs-express
- APP_NAME=php
- APP_NAME=postgresql
- APP_NAME=python-flask
- APP_NAME=static
- APP_NAME=static USE_VHOST=0
matrix:
fast_finish: true
install:
- contrib/install_docker_and_uml.sh
script:
- sed -i 's/linux-image-extra-virtual, //g' deb/dokku-alt/DEBIAN/control
- sudo make install
- contrib/start_docker_and_uml.sh APP_NAME=$APP_NAME USE_VHOST=$USE_VHOST