Test windows integration for travis-ci
diff --git a/.travis.yml b/.travis.yml
index deafdfa..6027965 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,32 +12,42 @@
     compiler: gcc
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=x86_64-linux-gnu
   - os: linux
     compiler: clang
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=x86_64-linux-gnu
   - os: osx
     compiler: gcc
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=x86_64-osx
   - os: osx
     compiler: clang
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=x86_64-osx
+  - os: windows
+    compiler: gcc
+    env:
+      TOOLCHAIN=NATIVE
+      TARGET=x86_64-windows
+  - os: windows
+    compiler: clang
+    env:
+      TOOLCHAIN=NATIVE
+      TARGET=x86_64-windows
   - os: linux-ppc64le
     compiler: gcc
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=ppc64le-linux-gnu
   - os: linux-ppc64le
     compiler: clang
     env:
       TOOLCHAIN=NATIVE
-      TARGET=native
+      TARGET=ppc64le-linux-gnu
   # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
   - os: linux
     env: