go-tinyqr

An experimental minimal QR Code generator  http://go-qrcode.appspot.com
git clone https://git.ce9e.org/go-tinyqr.git

commit
3d303647ae814d60e9c1166bc791172eff724526
parent
57a8987d83060810a27362d7e6d26af8cc564d52
Author
Tom Harwood <tfh@skip.org>
Date
2017-04-04 20:53
Update TravisCI config to use Go 1.7.

Diffstat

M .travis.yml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/.travis.yml b/.travis.yml

@@ -1,7 +1,7 @@
    1     1 language: go
    2     2 
    3     3 go:
    4    -1  - 1.3
   -1     4  - 1.7
    5     5 
    6     6 script:
    7     7  - go test -v ./...