OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b08d44d00e7d8cc3c0cd28066f29d4055e2c9ba9
Authored by
Jay Berkenbilt
2018-02-25 08:50:58 -0500
1 parent
4daf535c
Update travis package installations
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
b08d44d
...
...
@@ -5,7 +5,7 @@ dist: trusty
5
5
6
6
install:
7
7
- sudo apt-get update -qq
8
- - sudo apt-get install -qq docbook
*
fop xsltproc less inkscape
8
+ - sudo apt-get install -qq docbook
-xsl
fop xsltproc less inkscape
9
9
10
10
script:
11
11
- appimage/build-appimage
...
...