Skip to content

Commit 32abd12

Browse files
author
Alexandru Badiu
committed
feat(build): Install vips on Travis.
Added vips to the Travis CI config.
1 parent 08b3d2b commit 32abd12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
node_js:
88
- '8'
99
before_install:
10-
- npm install -g mocha
10+
- apt-get install libvips
1111
after_success:
1212
- npm run semantic-release
1313
branches:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Stories in Ready](https://badge.waffle.io/voidberg/imagecache.png?label=ready&title=Ready)](https://waffle.io/voidberg/imagecache-sharp)
2-
[![Latest release on NPM](https://img.shields.io/npm/v/imagecache.svg)](https://www.npmjs.com/package/imagecache-sharp)
1+
[![Stories in Ready](https://badge.waffle.io/voidberg/imagecache-sharp.png?label=ready&title=Ready)](https://waffle.io/voidberg/imagecache-sharp)
2+
[![Latest release on NPM](https://img.shields.io/npm/v/imagecache-sharp.svg)](https://www.npmjs.com/package/imagecache-sharp)
33
[![Travis CI](https://travis-ci.org/voidberg/imagecache-sharp.svg?branch=master)](https://travis-ci.org/voidberg/imagecache-sharp)
44
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

0 commit comments

Comments
 (0)