Merge pull request #311 from alliedmodders/juju

Use the new Travis-CI Container environment.
This commit is contained in:
Nicholas Hastings
2015-07-14 20:19:11 -04:00
2 changed files with 20 additions and 14 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ if [ $? -eq 1 ]; then
python setup.py install
else
python setup.py build
echo "About to install AMBuild - press Ctrl+C to abort, otherwise enter your password for sudo."
sudo python setup.py install
echo "Installing AMBuild at the user level. Location can be: ~/.local/bin"
python setup.py install --user
fi
fi