Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36dcdaf6381979b2a8c74be5c94da5d221dca674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
matrix:
  include:
    - os: linux
      rust: 1.23.0
    - os: linux
      rust: stable
    - os: linux
      rust: beta
    - os: linux
      rust: nightly
    - os: osx
      rust: nightly
script: ci/script.sh
branches:
  only:
    - master