No env
AMD64
Rust: stable-i686-pc-windows-gnu
Git

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

This is the configuration for all of build #6, including this job
language: rust
rust: stable-i686-pc-windows-gnu
os: windows

matrix:
  include:
    - name: No env
    - name: UNICODE
      env:
        UNICODE: -DUNICODE

script:
  - cargo build -vv
Build Config
{
  "os": "windows",
  "rust": "stable-i686-pc-windows-gnu",
  "matrix": {
    "include": [
      {
        "name": "No env"
      },
      {
        "env": {
          "UNICODE": "-DUNICODE"
        },
        "name": "UNICODE"
      }
    ]
  },
  "script": [
    "cargo build -vv"
  ],
  "language": "rust"
}