aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3395708d5963f3aff1dfa04acffeac34b45762a0 (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/all-tests.sh

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