Use new modbus_mapping_new_start_address in unit tests
[libmodbus.git] / .travis.yml
blobe04b3880800e3b88a54410d11cf7b4b4efdedf39
1 language: c
3 compiler:
4   - gcc
5   - clang
7 script: ./autogen.sh && ./configure && make && make check