Skip to content

Commit

Permalink
travis ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k committed Sep 20, 2017
1 parent e268e7a commit 9bb2062
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

go:
- 1.6
- 1.7.x
- 1.8.x
- 1.9.x
- master
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# go-bayesopt
# go-bayesopt [![Build
Status](https://travis-ci.org/d4l3k/go-bayesopt.svg?branch=master)](https://travis-ci.org/d4l3k/go-bayesopt)
A library for doing Bayesian Optimization using Gaussian Processes (blackbox optimizer) in Go/Golang.

## How does it work?
Expand Down

0 comments on commit 9bb2062

Please sign in to comment.