diff options
author | Prabhu Ramachandran | 2018-01-02 17:43:36 +0530 |
---|---|---|
committer | GitHub | 2018-01-02 17:43:36 +0530 |
commit | 29a06f7372690796a05262fac6c428580e1f3155 (patch) | |
tree | 84e00d88b8be96f44a12a5e7a2a6a917aca49906 | |
parent | 7f14d3ef8212b1cd88a9c96a134d2bd5321a4078 (diff) | |
parent | f207bd46b73bdeea101390bd23b8dbf570d8c505 (diff) | |
download | online_test-29a06f7372690796a05262fac6c428580e1f3155.tar.gz online_test-29a06f7372690796a05262fac6c428580e1f3155.tar.bz2 online_test-29a06f7372690796a05262fac6c428580e1f3155.zip |
Merge pull request #412 from maheshgudi/update_travis
Change travis build distribution from precise to trusty
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8bb9d64..b1a8402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,11 @@ after_success: - coverage report - codecov +sudo: + required + dist: - precise + trusty addons: firefox: "46.0" |