Skip to content

Commit

Permalink
Merge pull request ApoorvSaxena#25 from ApoorvSaxena/travis-integration
Browse files Browse the repository at this point in the history
Travis integration
  • Loading branch information
ApoorvSaxena committed Sep 10, 2017
2 parents 6e66018 + 27e3ea7 commit 078996c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sudo: false
language: node_js
node_js:
- '8'
script:
- npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lozad.js [![npm version](https://badge.fury.io/js/lozad.svg)](https://badge.fury.io/js/lozad)
# Lozad.js [![npm version](https://badge.fury.io/js/lozad.svg)](https://badge.fury.io/js/lozad) [![Build Status](https://travis-ci.org/ApoorvSaxena/lozad.js.svg?branch=travis-integration)](https://travis-ci.org/ApoorvSaxena/lozad.js)

> Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies for images, iframes and more, using IntersectionObserver API
Expand Down

0 comments on commit 078996c

Please sign in to comment.