projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75b3b1
)
travis: use sudo-less apt-plugin install of libogg-dev.
author
Ralph Giles
<giles@thaumas.net>
Mon, 18 Jan 2016 19:35:11 +0000
(11:35 -0800)
committer
Ralph Giles
<giles@thaumas.net>
Mon, 18 Jan 2016 19:39:56 +0000
(11:39 -0800)
This lets our test job dispatch on the container infrastructure,
which is faster.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
b302ea2
..
2c188ef
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,8
+1,9
@@
language: c
-sudo: required
-before_install:
- - sudo apt-get install -y libogg-dev
+addons:
+ apt:
+ packages:
+ - libogg-dev
script:
- ./autogen.sh
- ./configure
- - make distcheck
\ No newline at end of file
+ - make distcheck