diff options
Diffstat (limited to 'gl')
0 files changed, 0 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4765612..fae8789 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,22 +1,22 @@ | |||
1 | language: c | 1 | language: c |
2 | 2 | ||
3 | before_install: | 3 | before_install: |
4 | - sudo apt-get update -qq | 4 | - sudo apt-get update -qq |
5 | 5 | ||
6 | install: | 6 | install: |
7 | - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk | 7 | - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk |
8 | - sudo apt-get install -qq --no-install-recommends autoconf automake | 8 | - sudo apt-get install -qq --no-install-recommends autoconf automake |
9 | 9 | ||
10 | before_script: | 10 | before_script: |
11 | - tools/setup | 11 | - tools/setup |
12 | - ./configure | 12 | - ./configure |
13 | 13 | ||
14 | script: | 14 | script: |
15 | - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi | 15 | - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi |
16 | 16 | ||
17 | compiler: | 17 | compiler: |
18 | - clang | 18 | - clang |
19 | - gcc | 19 | - gcc |
20 | 20 | ||
21 | notifications: | 21 | notifications: |
22 | irc: | 22 | irc: |