From 3d9bce5471d04bf50e03155d3cd67bdae44a4fcc Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 31 Aug 2017 16:28:57 +0530 Subject: updated travis config and added print to debug on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c242e62..879f8f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,5 @@ script: after_success: - coverage combine - coverage report + +dist: precise -- cgit From 360af260ed71c40b4ed320baaf6e34f2fef2f694 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Sat, 2 Sep 2017 03:07:31 +0530 Subject: Issue after merge resolved --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3759ca2..b2d2a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,5 @@ after_success: - coverage combine - coverage report -dist: precise - addons: firefox: "46.0" -- cgit From ad020f9039e33fc6c29e9f0e1de8fd56c2f78406 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 8 Sep 2017 13:41:40 +0530 Subject: Modification as per comments on the PR --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b2d2a58..153f89b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,8 @@ after_success: - coverage combine - coverage report +dist: + precise + addons: firefox: "46.0" -- cgit