Falling back to the sudo builds

This commit is contained in:
Leland Lucius 2015-07-28 18:29:34 -05:00
parent 48591c4e50
commit 84dcb5db4f
1 changed files with 2 additions and 8 deletions

View File

@ -1,12 +1,6 @@
sudo: false
addons:
apt:
packages:
- libwxgtk3.0-dev
- libgtk2.0-dev
before_install:
- #sudo apt-get update -qq
- #sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
language: