diff --git a/.travis.yml b/.travis.yml index 661bd545..51d6cd72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ language: php php: - 5.3 - 5.4 - -# - 5.5 + - 5.5 branches: except: @@ -27,6 +26,7 @@ before_install: # - sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs script: + - sh -c "if [ '$DB' = 'sqlite' ]; then ant test; fi" - phpunit --configuration tests/phpunit.xml --testsuite unit-tests #&& make javascript-tests diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..f70da43f --- /dev/null +++ b/build.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +