From f532170d82c1c3112f237d3bcc4a33358437fcd9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 22 May 2013 20:48:13 -0400 Subject: [PATCH] license and readme --- .travis.yml | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..770626b9a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: go + +notificaitons: + email: + recipients: gpmgo.com@gmail.com + on_success: change + on_failure: always + +install: +- go get github.com/BurntSushi/toml + +script: + - go build -v diff --git a/README.md b/README.md index 760025461..a4bc63d89 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ This application still in experiment, any change could happen, but it doesn't af - Command `install` add flag `-pc` which only downloads source files(including LICENSE and README). - Command `install` and `remove` and `update` backup data(up to 100 records) before executing. - Command `rollback` is for rolling back to certain operation. +- Add configure option for auto-enable feature, like always using `-p` for downloading. ## License