@@ -0,0 +1,25 @@
+language: php
+
+compiler:
+ - gcc
+ - clang
+os:
+ - linux
+php:
+ - 7.0
+ - 7.1
+notifications:
+ email: [email protected]
+before_script:
+ - sudo apt-get install zlib1g-dev -y
+ - git clone https://github.com/jmcnamara/libxlsxwriter.git
+ - cd libxlsxwriter
+ - make && sudo make install
+ - ./travis/compile.sh
+script:
+ - exit 0
@@ -0,0 +1,2 @@
+#!/bin/sh
+phpize && ./configure && make clean && make