From 07ae5171ca1dd89d17f897cd2d66dcc2c80d490f Mon Sep 17 00:00:00 2001 From: moooofly Date: Tue, 12 Jun 2018 14:36:16 +0800 Subject: [PATCH] add .travis.yml --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ebfd117 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: go + +go_import_path: github.com/moooofly/harbor-go-client + +go: + - "1.8.x" + - "1.9.x" + - master + +install: + - make install + +script: + - make lint + - make test + - make misspell + +notifications: + email: fei.sun@liulishuo.com