Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Aug 12, 2018
1 parent 9b568be commit 757072f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
os: osx
language: node_js
before_install:
- brew update && brew install libpng
- brew update
- brew outdated libpng || brew upgrade libpng
node_js:
- "node"
- "9"
Expand Down

0 comments on commit 757072f

Please sign in to comment.