From 756614e655eb20103e3587449d73df2c6a40884b Mon Sep 17 00:00:00 2001 From: Johnny Mast Date: Tue, 12 Apr 2016 00:30:38 +0200 Subject: [PATCH] Updated README.md --- .gitignore | 3 +++ README.md | 1 + tests/ResolverTest.php | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e69de29..8925195 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +vendor +composer.lock \ No newline at end of file diff --git a/README.md b/README.md index 9a94f39..a530806 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://travis-ci.org/johnnymast/redbox-dns.svg?branch=master)](https://travis-ci.org/johnnymast/redbox-dns) # redbox-dns NOT READY diff --git a/tests/ResolverTest.php b/tests/ResolverTest.php index 3037916..6a1de1b 100644 --- a/tests/ResolverTest.php +++ b/tests/ResolverTest.php @@ -1,7 +1,6 @@