summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-08 03:31:20 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-08 03:31:20 -0400
commita8464ae0c913f0205aae3e60eb28f46f34eb4f21 (patch)
treeb282b96789295775262cb9002a27b3cdb49a03b6 /.travis.yml
parentb0072c46e17555ba9cc20231ac0773c0f6819479 (diff)
downloadgetwtxt-a8464ae0c913f0205aae3e60eb28f46f34eb4f21.tar.gz
updated travis build script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8411ba1..89af3bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,5 @@ dist: xenial
 
 env:
   - GO111MODULE=on
+
+script: cd svc && go test -v
href='#n128'>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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214