From a620ec6b9740a03598f58196c16afdcb332753f0 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 9 Dec 2013 16:48:30 -0200 Subject: skip this one --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testing.sh b/test/testing.sh index b5ce1402..542f8b13 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -213,7 +213,7 @@ fail_build_nohttps() { $luarocks install luasocket && $luarocks download --rocks test_build_https() { $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } test_build_supported_platforms() { $luarocks build lpty; } -test_build_deps_partial_match() { $luarocks build yaml; } +test_build_deps_partial_match() { if [ "$travis" ]; then return; fi; $luarocks build yaml; } test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } test_download_all() { $luarocks download --all validate-args && rm validate-args-*; } -- cgit v1.2.3-55-g6feb