Use the new Travis-CI Container environment

This commit is contained in:
Arkshine
2015-04-19 20:10:04 +02:00
parent 0bfc04bb14
commit 54223e9a99
2 changed files with 15 additions and 5 deletions

View File

@ -91,7 +91,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