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

sudo: true

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

script:
  - ./test/run-tests

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