.travis.yml: Test --enable-64-bit-words as well

This commit is contained in:
Erik de Castro Lopo 2018-05-01 05:58:25 +10:00
parent 98deaf1d46
commit 2817eca6d8

View File

@ -7,3 +7,4 @@ os:
- osx
script:
- ./autogen.sh && ./configure && make && make check
- make clean && ./configure --enable-64-bit-words && make && make check