This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wx
/
gowechat
mirror of
https://github.com/yaotian/gowechat
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
travis
yaotian
8 years ago
parent
e3402ca807
commit
92720cad96
1 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
10
0
.travis.yml
+ 10
- 0
.travis.yml
View File
@@ -0,0 +1,10 @@
+language: go
+
+go:
+ - 1.9
+ - 1.8
+ - 1.7
+ - 1.6
+
+script:
+ - go test -v ./...