mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
Travis: Move from sudo to apt addon
This commit is contained in:
parent
7091e83cb4
commit
11187083d9
2 changed files with 6 additions and 6 deletions
|
@ -10,11 +10,6 @@ set -x
|
|||
ret=0
|
||||
|
||||
|
||||
# Install missing build time dependencies
|
||||
sudo apt-get --quiet update
|
||||
sudo apt-get --quiet install docbook2x
|
||||
|
||||
|
||||
# Run test suite
|
||||
cd expat
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
language: cpp
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- docbook2x
|
||||
|
||||
script: ./.travis.sh
|
||||
sudo: required
|
||||
|
|
Loading…
Add table
Reference in a new issue