From 148e2e43f78f4dcc2863655c4f34b384375fc0e3 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 29 Jan 2018 20:51:32 +0000 Subject: [PATCH] try phantomjs tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4673ed55..716ad786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ addons: apt: packages: - libsnmp-dev + - phantomjs branches: only: - /^2\.\d{6}$/ @@ -12,4 +13,4 @@ script: | perl Build.PL && \ ./Build && \ PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \ - ./Build test --test_files xt/ + ND_PHANTOMJS=/usr/bin/phantomjs ./Build test --test_files xt/