about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-14 16:56:33 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-14 16:56:33 -0400
commit6a712db69d834306be681e3ec449d2cfaa477f1a (patch)
treef4c18ac256087f249f91306ca333a1b26b1d95b3 /.travis.yml
parent6c7adbf52f0df6b4e034c69b664809d60ef08f37 (diff)
downloadgetwtxt-6a712db69d834306be681e3ec449d2cfaa477f1a.tar.gz
rewrote travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 4859fb3..91781f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,12 +4,12 @@ go:
 - 1.11.x
 - 1.12.x
 
-os:
-  - linux
-  - osx
-
-dist: xenial
-
-script:
-  - env GO111MODULE=on go build
-  - env GO111MODULE=on go test
+matrix:
+  include:
+    - os: linux
+      dist: xenial
+    - os: osx
+    - os: windows
+
+env:
+  - GO111MODULE=on