aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 992a20168ffe41abfde3c743e85ffaeb46803c74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly

script:
    - cargo build --verbose
    - cargo test --verbose
    - cargo build --verbose --features mysql
    - cargo test --verbose --features mysql

cache: cargo

notifications:
  email: false
  irc:
    channels:
      - "ircs://irc.esper.net:6697#frippy"
    use_notice: true
    skip_join: true