AMD64
no language set
Git
vityafx/sdwd:.travis.yml@c9958c9
language: rust
rust:
- stable
- beta
os:
- linux
dist: xenial
cache:
cargo: true
timeout: 900
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo
matrix:
allow_failures:
- nightly
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- rustup component add rustfmt
- rustup component add clippy
script:
- cargo check
- cargo fmt --verbose --all -- --check
- cargo clippy
- cargo test --doc --verbose $FEATURES -- --nocapture
- cargo test --verbose $FEATURES -- --nocapture
addons:
apt:
packages:
- libssl-dev
- libsystemd-dev
notifications:
email: false
Build Config
{
"env": [
"JRUBY_OPTS=\"--dev -Xcext.enabled=false -Xcompile.invokedynamic=false\""
],
"jdk": [
"openjdk7",
"openjdk6",
"oraclejdk7"
],
"rvm": [
"jruby-1.7.16",
"jruby-head"
],
"sudo": false,
"cache": "bundler",
"matrix": {
"allow_failures": [
{
"rvm": "jruby-head"
}
]
},
"script": "bin/rspec spec",
"language": "ruby",
"services": [
"rabbitmq"
],
"bundler_args": "--deployment --binstubs --jobs=3 --retry=3",
"before_script": "cp config/worker.example.yml config/worker.yml"
}