diff options
author | maheshgudi | 2018-01-02 16:45:35 +0530 |
---|---|---|
committer | maheshgudi | 2018-01-02 16:45:35 +0530 |
commit | f207bd46b73bdeea101390bd23b8dbf570d8c505 (patch) | |
tree | 84e00d88b8be96f44a12a5e7a2a6a917aca49906 /.travis.yml | |
parent | 7f14d3ef8212b1cd88a9c96a134d2bd5321a4078 (diff) | |
download | online_test-f207bd46b73bdeea101390bd23b8dbf570d8c505.tar.gz online_test-f207bd46b73bdeea101390bd23b8dbf570d8c505.tar.bz2 online_test-f207bd46b73bdeea101390bd23b8dbf570d8c505.zip |
Change travis build distribution from precise to trusty
Diffstat (limited to '.travis.yml')
-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" |