AMD64
Shell
Git

Windows builds are in early access stage. Please head to the Travis CI Community forum to get help or post ideas.

GbArc/vmtest1:.travis.yml@84d07c3
language: bash
os: windows
vm:
  size: x-large
script:
  - 'echo ok'
Build Config
{
  "vm": {
    "size": "x-large"
  },
  "language": "shell",
  "os": [
    "windows"
  ],
  "script": [
    "echo ok"
  ]
}