From bd1b358125f78e60cd1ae1d6cc01f29bfd7dca89 Mon Sep 17 00:00:00 2001 From: Jack Noordhuis Date: Sun, 3 Mar 2019 18:18:54 +1100 Subject: [PATCH] Add travis badge to readme [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19fd26e..7feefe1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Laravel 5.5+ Database Hashing package =============== _A package for automatically hashing Eloquent attributes!_ +[![Build Status](https://travis-ci.org/JackNoordhuis/laravel-database-hashing.svg?branch=master)](https://travis-ci.org/JackNoordhuis/laravel-database-hashing) + The purpose of this project is to create a set-it-and-forget-it package that can be installed without much effort to hash Eloquent model attributes stored in your database tables. When enabled, it automagically begins hashing data as it is stored in the model attributes so that you can still perform lookups for data in your database.