Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 6677f17

Browse files
committed
Try building in osx environment untill libpng16-dev is whitelisted
1 parent 79d3bc1 commit 6677f17

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: node_js
22

3+
os: osx
4+
35
node_js:
46
- 8
57
- 6
6-
7-
before_install:
8-
- sudo apt-get -qq update
9-
- sudo apt-get install libpng12-dev
108

119
script:
1210
- npm run test

0 commit comments

Comments
 (0)