1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
dist: bionic
language: Rust
cache:
directories:
- $TRAVIS_BUILD_DIR/target
rust:
- stable
- beta
- nightly
env:
global:
- PATH="$HOME/.cargo/bin:$PATH"
- RUST_BACKTRACE=1
jobs:
allow_failures:
- rust: nightly
git:
depth: false
install:
- ci/travis/install.sh
script:
- ci/travis/script.sh
after_script:
- ci/travis/after_success.sh
before_cache:
- cargo cache -a
deploy:
provider: script
script: ci/travis/deploy.sh
on:
rust: stable
tags: true
notifications:
email:
- althonosdev@gmail.com