Fixing travis

This commit is contained in:
cytopia 2016-11-03 16:06:54 +01:00
parent 575ed7f1bd
commit 9fe5aa2769
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -17,19 +17,19 @@ env:
- DEVILBOX_VERSION="0.8"
###
### Berfore Install
###
before_install:
- echo "Before install"
###
### Install
###
install:
# Create overview section script
- echo "#!/bin/sh" > /tmp/section.sh
- echo " echo '===================================================================================================='" >> /tmp/section.sh
- echo " echo '===================================================================================================='" >> /tmp/section.sh
- echo " echo \"= \${1}\"" >> /tmp/section.sh
- echo " echo '===================================================================================================='" >> /tmp/section.sh
- echo " echo '===================================================================================================='" >> /tmp/section.sh
- chmod +x /tmp/section.sh
# List versions
- docker version
- docker-compose version
@ -38,7 +38,7 @@ install:
###
script:
################################################################################
# Pull dockers
# Pull dockers (will move to install/before_install)
################################################################################
# web
- docker pull cytopia/apache-2.2:${DEVILBOX_VERSION}