Skip to content

Commit

Permalink
add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Jun 6, 2018
1 parent 4546658 commit 35ffa9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: go
sudo: false
go_import_path: gopkg.in/go-session/buntdb.v1
go:
- 1.7
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Golang Session
Copyright (c) 2018 Lyric

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BuntDB store for [Session](https://github.com/go-session/session)

[![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]
[![Build][Build-Status-Image]][Build-Status-Url] [![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]

## Quick Start

Expand Down Expand Up @@ -84,6 +84,8 @@ $ ./server

Copyright (c) 2018 Lyric

[Build-Status-Url]: https://travis-ci.org/go-session/buntdb
[Build-Status-Image]: https://travis-ci.org/go-session/buntdb.svg?branch=master
[reportcard-url]: https://goreportcard.com/report/gopkg.in/go-session/buntdb.v1
[reportcard-image]: https://goreportcard.com/badge/gopkg.in/go-session/buntdb.v1
[godoc-url]: https://godoc.org/gopkg.in/go-session/buntdb.v1
Expand Down

0 comments on commit 35ffa9d

Please sign in to comment.