about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-12-19 00:16:03 -0500
committerBen Morrison <ben@gbmor.dev>2019-12-19 00:16:03 -0500
commit7ed96c765c55ef57c5f57286a7ad1ed7ba02d490 (patch)
tree3e902e7170f955ffc9162f57e3472cbf78099dde
parent982a521acd8537cf7a186b3d80e7b2588e6b15fc (diff)
downloadgetwtxt-7ed96c765c55ef57c5f57286a7ad1ed7ba02d490.tar.gz
including go1.13 in travis conf
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bda79e4..4035070 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: go
 go:
  - 1.11.x
  - 1.12.x
+ - 1.13.x
 
 os:
   - linux