Commit d1689dd3bf78f4975aa6a6a16cbffcb794283acb

Anthony Green 2018-03-13T09:24:37

Fix travis badge. Add REAME.md to dist files

diff --git a/Makefile.am b/Makefile.am
index fad1bdd..a4481df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj			\
 	 m4/ltversion.m4 src/debug.c msvcc.sh				\
 	generate-darwin-source-and-headers.py				\
 	libffi.xcodeproj/project.pbxproj				\
-	libtool-ldflags libtool-version configure.host
+	libtool-ldflags libtool-version configure.host README.md
 
 # local.exp is generated by configure
 DISTCLEANFILES = local.exp
diff --git a/README.md b/README.md
index 5329f58..f7d6c5a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Status
 
 THIS IS A WORK IN PROGRESS..
 
-[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi) [![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi) 
+[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi) [![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi) 
 
 libffi-3.3 was released on [TBD].  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.