forked from publicsuffix/list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
21 lines (18 loc) · 376 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: c
compiler: gcc
script: make
addons:
apt:
packages:
- python3
- autoconf
- automake
- autopoint
- libtool
- gettext
- libidn11-dev
- libidn2-0
- libidn2-0-dev
- libicu-dev
- libunistring0
- libunistring-dev