Try another way
This commit is contained in:
parent
6856677566
commit
a76776fd8e
|
@ -18,6 +18,5 @@ env:
|
|||
- SAUCE_USERNAME=seblucas
|
||||
- secure: VVxocvmz6WYr3tZSTA42M/LUhaHoBWw5onh85hnquoMaxspd3tDCyfQIowTTmEXikRh2T0CkTH7X3dhVwRTd/Ha9isja1qDo9Lc2flGCoWICF7WFZuom084+d+O+EWx4WZMAw4Lz4w6a5xflpPKnzNs9B0+de0BdTlQ5qSXVrcA=
|
||||
addons:
|
||||
sauce_connect: true
|
||||
hosts:
|
||||
- cops-travis
|
||||
|
|
|
@ -12,6 +12,7 @@ fi
|
|||
|
||||
echo "Good PHP version"
|
||||
|
||||
curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
|
||||
curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php
|
||||
cp test/config_local.php.sauce config_local.php
|
||||
php -S localhost:8888 2> /dev/null &
|
||||
|
|
Loading…
Reference in a new issue