diff --git a/.travis.yml b/.travis.yml index 770626b9a..254edb187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ notificaitons: on_success: change on_failure: always -install: +before_script: - go get github.com/BurntSushi/toml script: diff --git a/README.md b/README.md index a4bc63d89..4f61747da 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ gpm - Go Package Manager gpm(Go Package Manager) is a Go package manage tool for search, install, update, share and backup packages in Go. +[![Build Status](https://travis-ci.org/GPMGo/gpm.png)](https://travis-ci.org/GPMGo/gpm) + This application still in experiment, any change could happen, but it doesn't affect download and install packages. ## Main features