1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-26 20:14:58 +01:00

travis fix

This commit is contained in:
Daniil Gentili 2015-11-23 23:24:32 +01:00
parent cd41364c4e
commit 199810b7a2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
rtmp= "$PWD/.."
{
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"
@ -117,4 +117,4 @@ git push origin gh-pages &>/dev/null
cd $dir
echo "Clean up."
rm -fr $tmp
}&>$rtmp/out
}2>&1

View File

@ -7,4 +7,4 @@ addons:
- grep
- sed
script: "travis_wait travis_wait travis_wait travis_wait travis_wait travis_wait bash ./.gigaclone-urllist ;cat ../out"
script: "travis_wait travis_wait travis_wait travis_wait travis_wait travis_wait bash ./.gigaclone-urllist"