mirror of
https://github.com/cytopia/devilbox.git
synced 2025-03-11 15:03:55 +00:00
Add 2 OSX versions
This commit is contained in:
parent
bfa7bd4635
commit
efe1e7b926
29
.travis.yml
29
.travis.yml
@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
sudo: required
|
#python:
|
||||||
python:
|
# - 2.7
|
||||||
- 2.7
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
@ -12,6 +11,28 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
|
||||||
|
###
|
||||||
|
### Configure OS
|
||||||
|
###
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
python: 3.2
|
||||||
|
env: TOXENV=py32
|
||||||
|
# OSX 10.11
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode7.3
|
||||||
|
language: generic
|
||||||
|
env: TOXENV=py32
|
||||||
|
# OSX 10.12
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode8.2
|
||||||
|
language: generic
|
||||||
|
env: TOXENV=py32
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Add services
|
### Add services
|
||||||
###
|
###
|
||||||
@ -23,7 +44,6 @@ services:
|
|||||||
### Global variables
|
### Global variables
|
||||||
###
|
###
|
||||||
env:
|
env:
|
||||||
global:
|
|
||||||
global:
|
global:
|
||||||
- DEVILBOX_PHP_VERSION="$( grep -Eo 'image:.*PHP.*:.*' docker-compose.yml | sed 's/.*:.*://g' )"
|
- DEVILBOX_PHP_VERSION="$( grep -Eo 'image:.*PHP.*:.*' docker-compose.yml | sed 's/.*:.*://g' )"
|
||||||
- DEVILBOX_HTTPD_VERSION="$( grep -Eo 'image:.*HTTPD.*:.*' docker-compose.yml | sed 's/.*:.*://g' )"
|
- DEVILBOX_HTTPD_VERSION="$( grep -Eo 'image:.*HTTPD.*:.*' docker-compose.yml | sed 's/.*:.*://g' )"
|
||||||
@ -39,6 +59,7 @@ before_install:
|
|||||||
- docker-compose version
|
- docker-compose version
|
||||||
- whoami
|
- whoami
|
||||||
- groups
|
- groups
|
||||||
|
- uname -a
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user