diff options
author | prathamesh | 2017-09-02 03:07:31 +0530 |
---|---|---|
committer | prathamesh | 2017-09-02 03:09:55 +0530 |
commit | 360af260ed71c40b4ed320baaf6e34f2fef2f694 (patch) | |
tree | 22b04c9253d218236111cdd0da5dd0023fc52215 /.travis.yml | |
parent | 487a1bce493a3ad232a6026e63937c8fa4eb5c8e (diff) | |
download | online_test-360af260ed71c40b4ed320baaf6e34f2fef2f694.tar.gz online_test-360af260ed71c40b4ed320baaf6e34f2fef2f694.tar.bz2 online_test-360af260ed71c40b4ed320baaf6e34f2fef2f694.zip |
Issue after merge resolved
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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" |