jamexp.y: rewrite grammar using precedences
[urjtag.git] / .travis.yml
blob95c79bc8454896fc42b88630b111ace43ec3d5ac
2 # .travis.yml
3 # https://travis-ci.com/plans
6 language: c
8 sudo: false
10 compiler:
11   - gcc
13 addons:
14   apt:
15     packages:
16     - autopoint
17     - gettext
19 script: |
20         cd urjtag 
21         sed --in-place -e '/GETTEXT_VERSION/s/0.19/0.18/' configure.ac
22         ./autogen.sh
23         make
25 # l l