Constant project_init::includes::ATS_TRAVIS [] [src]

pub const ATS_TRAVIS: &'static str = "---\nlanguage: c\ncache:\n  directories:\n    - $HOME/.atspkg\ninstall:\n  - mkdir -p $HOME/.local/bin\n  - curl -sSl https://raw.githubusercontent.com/vmchale/atspkg/master/bash/install.sh | bash -s\n  - export PATH=$HOME/.local/bin:$PATH\n  - atspkg -V\nscript:\n  - curl -sL https://raw.githubusercontent.com/vmchale/tomlcheck/master/sh/check | sh -s .atsfmt.toml\n  - atspkg test\n  - atspkg run\n"