forked from kamush901/apertium-uzb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (21 loc) · 706 Bytes
/
Copy path.travis.yml
File metadata and controls
21 lines (21 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dist: xenial
before_install:
- wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
- sudo apt-get install hfst apertium lttoolbox apertium-dev lttoolbox-dev libhfst-dev cg3 python3-libhfst
- rm tests/morphophonology/test.py
- wget https://raw.githubusercontent.com/apertium/apertium-tat/master/tests/morphophonology/test.py -O tests/morphophonology/test.py
script:
- ./autogen.sh
- make
# - make check
notifications:
irc:
channels:
- "chat.freenode.net#apertium"
on_failure: change
on_success: never
email:
recipients:
- ilnar@selimcan.org
on_failure: always
on_success: never