Tidy up Travis Build Scripts

This commit is contained in:
Mitchell Krog 2017-06-24 12:13:39 +02:00
parent 77ccbd2e71
commit c0abd34827
2 changed files with 15 additions and 15 deletions

View file

@ -20,10 +20,9 @@ git config --global push.default simple
# Make sure we have master branch checked out in Git
git checkout master
# Modify our file and make sure Travis is owner
# Modify our files with build and version information
sudo $TRAVIS_BUILD_DIR/travisCI/modify-globalblacklist.sh
sudo $TRAVIS_BUILD_DIR/travisCI/modify-readme.sh
#sudo chown -R travis:travis $TRAVIS_BUILD_DIR/*
# Add the modified files and commit
git add -A