1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-24 10:12:02 +02:00

update travis to use build directory

This commit is contained in:
Mikael Roos
2015-12-05 14:53:51 +01:00
parent 6a93f843be
commit 3daa8549ab

View File

@@ -30,9 +30,10 @@ addons:
before_script:
# Create a build directory for output
# Store all files in your own bin
- mkdir bin
- export PATH=$PATH:$PWD/bin/
- install --directory build/bin
- export PATH=$PATH:$PWD/build/bin/
# Install validation tools
@@ -45,9 +46,6 @@ before_script:
# Install phpmd
#- wget -c http://static.phpmd.org/php/latest/phpmd.phar
#- install --mode 0755 phpmd.phar $PWD/bin/phpmd
# Create a build directory for output
- mkdir build