alcro 0.2.3

A library to create desktop apps using rust and modern web technologies
Documentation
language: rust

cache: cargo

matrix:
  include:
    - os: linux
      dist: xenial
    - os: osx
      osx_image: xcode9.4
    - os: windows
      before_script:
        - choco install googlechrome --ignore-checksums

script:
  - cargo test

addons:
  chrome: stable