summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 00:54:54 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 00:54:54 -0400
commit92f1ba59dd42af37570076f59f30bc21c23f309e (patch)
tree55b02476cf5caa624955b93adc7b5a0c36eae122 /.travis.yml
parent45a67221f5336e679362989358407a2583f21edf (diff)
downloadgetwtxt-92f1ba59dd42af37570076f59f30bc21c23f309e.tar.gz
travis ci config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c7bd8a2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: go
+
+go:
+- 1.11.x
+- 1.12.x
+
+dist: xenial
+
2' href='#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174