Skip to content

Commit

Permalink
Include Travis badge in README, and let 'make clean' do a bit more cl…
Browse files Browse the repository at this point in the history
…eaning. [ci skip]
  • Loading branch information
Flynn committed Oct 6, 2017
1 parent 11f4c48 commit ba0677a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ website: yaml-files

clean:
rm -rf docs/yaml docs/_book docs/_site docs/node_modules
rm -rf app.json
rm -rf ambassador/__pycache__ ambassador/envoy-test.json
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Ambassador
Ambassador [![Build Status](https://travis-ci.org/datawire/ambassador.png)](https://travis-ci.org/datawire/ambassador)

==========

Ambassador is an API Gateway for microservices built on [Envoy](https://lyft.github.io/envoy/). Key features in Ambassador include:
Expand Down

0 comments on commit ba0677a

Please sign in to comment.