Skip to content

Commit 81e28d1

Browse files
committed
travis: update apt-get before installing dependencies
1 parent a6399ea commit 81e28d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ env:
1414
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
1515

1616
before_install:
17-
- sudo apt install optipng
17+
- sudo apt-get update
18+
- sudo apt-get install -y optipng

0 commit comments

Comments
 (0)