Skip to content

Commit

Permalink
[#1] CI Setup (#2)
Browse files Browse the repository at this point in the history
- Added Travis CI setup
- Added Build Status tag
- Updated gitignore file related to OS/IDE

Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras authored May 6, 2019
1 parent 31b125b commit 87f96db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# IDE generated files
.idea/

# OS generated files
.DS_Store
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: go

go:
- 1.11.x

script: date
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# fabric-sdk-go-ext
# fabric-sdk-go-ext [![Build Status](https://travis-ci.com/trustbloc/fabric-sdk-go-ext.svg?branch=master)](https://travis-ci.com/trustbloc/fabric-sdk-go-ext)

0 comments on commit 87f96db

Please sign in to comment.