diff options
author | prathamesh | 2017-09-08 13:41:40 +0530 |
---|---|---|
committer | prathamesh | 2017-09-08 14:13:52 +0530 |
commit | ad020f9039e33fc6c29e9f0e1de8fd56c2f78406 (patch) | |
tree | 5a97db6d45a5da9d4fa5e0d6decc93a216ae09f8 /.travis.yml | |
parent | 09c00608a215df7a44782ab3f7c97cb912664bfd (diff) | |
download | online_test-ad020f9039e33fc6c29e9f0e1de8fd56c2f78406.tar.gz online_test-ad020f9039e33fc6c29e9f0e1de8fd56c2f78406.tar.bz2 online_test-ad020f9039e33fc6c29e9f0e1de8fd56c2f78406.zip |
Modification as per comments on the PR
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |