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

Commit

Permalink
Merge pull request #151 from DanielMSchmidt/add-ci
Browse files Browse the repository at this point in the history
Add travis as CI solution
  • Loading branch information
tcoopman authored Apr 12, 2018
2 parents 39dd071 + fc058f9 commit b247cac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
os: osx
language: node_js
before_install:
- brew update && brew install libpng
node_js:
- "9"
- "8"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Dependencies status](https://david-dm.org/tcoopman/image-webpack-loader/status.svg)
![devDependencies status](https://david-dm.org/tcoopman/image-webpack-loader/dev-status.svg)

[![Build Status](https://travis-ci.org/tcoopman/image-webpack-loader.svg?branch=master)](https://travis-ci.org/tcoopman/image-webpack-loader)
# image-webpack-loader

Image loader module for webpack
Expand Down

0 comments on commit b247cac

Please sign in to comment.