mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
build: Move to using Travis trusty images
This commit is contained in:
parent
e8d5a6af1e
commit
2dbd6c0fe3
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -1,3 +1,7 @@
|
|||
# use the trusty beta
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
language: c
|
||||
|
||||
compiler:
|
||||
|
|
@ -5,11 +9,9 @@ compiler:
|
|||
#- clang
|
||||
|
||||
before_install:
|
||||
- sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main universe" >> /etc/apt/sources.list'
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
- sudo apt-get -qq -y update
|
||||
- >
|
||||
sudo apt-get -qq install
|
||||
sudo apt-get -qq -y install
|
||||
git-core
|
||||
autopoint
|
||||
autoconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue