aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 90cdceec7c7737086a8ad56be8033fc15eeb34e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: generic

sudo: true

before_script:
  - sudo add-apt-repository ppa:git-core/ppa
  - sudo apt update
  - sudo apt install -y git || sudo apt upgrade -y git

script:
  - ./test/all-tests.sh

© 2014-2024 Faster IT GmbH | imprint | privacy policy