ATS_TRAVIS

Constant ATS_TRAVIS 

Source
pub const ATS_TRAVIS: &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 | sh -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";