diff --git a/.travis.yml b/.travis.yml index bc557fb4..d30eeff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ install: - if [[ "$DB" == "mysql" ]]; then mysql -e "CREATE DATABASE shimmie;" -uroot; fi script: + - php tests/test_info.php + - curl http://127.0.0.1/tests/test_info.php - php tests/test_install.php -d $DB -h "http://127.0.0.1/" - php tests/test_all.php -h "http://127.0.0.1/" diff --git a/tests/test_info.php b/tests/test_info.php new file mode 100644 index 00000000..f05b184e --- /dev/null +++ b/tests/test_info.php @@ -0,0 +1,6 @@ +