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

Commit b247cac

Browse files
authored
Merge pull request #151 from DanielMSchmidt/add-ci
Add travis as CI solution
2 parents 39dd071 + fc058f9 commit b247cac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
os: osx
2+
language: node_js
3+
before_install:
4+
- brew update && brew install libpng
5+
node_js:
6+
- "9"
7+
- "8"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Dependencies status](https://david-dm.org/tcoopman/image-webpack-loader/status.svg)
22
![devDependencies status](https://david-dm.org/tcoopman/image-webpack-loader/dev-status.svg)
3-
3+
[![Build Status](https://travis-ci.org/tcoopman/image-webpack-loader.svg?branch=master)](https://travis-ci.org/tcoopman/image-webpack-loader)
44
# image-webpack-loader
55

66
Image loader module for webpack

0 commit comments

Comments
 (0)