Skip to content

Commit 8acb0ed

Browse files
committed
Enable libvips C++ interpolators in Travis CI
1 parent 430e04d commit 8acb0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- cd libvips
1111
- git checkout 7.38
1212
- ./bootstrap.sh
13-
- ./configure --enable-debug=no --enable-cxx=no --without-orc --without-python
13+
- ./configure --enable-debug=no --enable-cxx=yes --without-orc --without-python
1414
- make
1515
- sudo make install
1616
- sudo ldconfig

0 commit comments

Comments
 (0)