aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorlyric <tiannianshou@gmail.com>2018-05-17 06:30:15 +0300
committerlyric <tiannianshou@gmail.com>2018-05-17 06:30:15 +0300
commit898db00a63f20ce213198117ce6b663c293c93c3 (patch)
tree51896a9b5e5b00b9075e271e47c555d7a428becf /.travis.yml
parent7c7e18faddc54ea614f135fcef8bc05649fa9452 (diff)
add travis buildv2.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fa89548
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: go
+sudo: false
+go_import_path: github.com/go-session/echo-session
+go:
+ - 1.9
+before_install:
+ - go get github.com/mattn/goveralls
+script:
+ - $HOME/gopath/bin/goveralls -service=travis-ci