Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Change libpng package name for 18.04 (#6)
Browse files Browse the repository at this point in the history
- Addresses #848
- Updates TravisCI config
  • Loading branch information
ruebot authored and dannylamb committed Aug 8, 2019
1 parent d5e13ec commit cea1877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services: docker

env:
- distro: centos7
- distro: ubuntu1604
- distro: ubuntu1804

script:
# Download test shim.
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cache_valid_time: 600
with_items:
- cmake
- libpng16-dev
- libpng-dev
- libtiff-dev
- liblcms2-dev
when: ansible_os_family == "Debian"
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---

- include: install.yml
tags:
- grok
Expand Down

0 comments on commit cea1877

Please sign in to comment.