Skip to content

Commit

Permalink
Add some missing files and update the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Mar 27, 2017
1 parent 79ad5d4 commit b3476d7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ src/scytale/scytale.json

# Vim
*.swp
*.out

# Folders
_obj
_test
vendor
coverage*

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before_install:
- docker pull schmidtw/webpa.builder.centos6:latest
- docker run -it -e BUILD_NUMBER=$TRAVIS_BUILD_NUMBER -d --name build schmidtw/webpa.builder.centos6 bash
- env
- docker exec build go version
- docker exec build glide -v
- docker exec build git clone https://github.com/Comcast/scytale.git
- docker exec build git clone https://github.com/Comcast/scytale.git codecovio_build
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then docker exec build bash -c "pushd scytale; git fetch origin +refs/pull/${TRAVIS_PULL_REQUEST}/merge && git checkout -qf FETCH_HEAD; popd"; fi'
Expand Down
Binary file added CLA.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
If you would like to contribute code to this project you can do so
through GitHub by forking the repository and sending a pull request.

Before Comcast accepts your code into the project you must sign the
Comcast Contributor License Agreement ('CLA.pdf').
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# scytale
webpa api interface server written in Go

[![Build Status](https://travis-ci.org/Comcast/scytale.svg?branch=master)](https://travis-ci.org/Comcast/scytale)
[![codecov.io](http://codecov.io/github/Comcast/scytale/coverage.svg?branch=master)](http://codecov.io/github/Comcast/scytale?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/Comcast/scytale)](https://goreportcard.com/report/github.com/Comcast/scytale)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/Comcast/scytale/blob/master/LICENSE)

Webpa api interface server written in Go

0 comments on commit b3476d7

Please sign in to comment.