aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 070150027c17446eb203c3ccbc2cbbe0d95ea5b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust: stable
os: linux
dist: xenial
before_install:
  - sudo apt-get -y install tree
jobs:
  fast_finish: true
  include:
  - name: "godot-rust-template test"
    if: type = push
    env: RUST_BACKTRACE=1
    script: bash sh/test-template.sh