summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2018-11-03 09:21:13 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2018-11-03 10:03:23 +0530
commitc90b41dd4fd453b14f0c7d067fb4f751b38c656f (patch)
treeb68c534ba7d28b3d696a85610566baad822f68ee
parent3fcbd6ca0c175cdad1537fa270b02f36f513601e (diff)
Try xenial and gcc-5
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9229d59..a491d6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: c
+dist: xenial
+
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
@@ -12,15 +14,14 @@ before_install:
addons:
apt:
packages:
- - cmake
- - gcc-4.8
+ - gcc-5
coverity_scan:
project:
name: "jarun/bcal"
description: "Storage expression calculator."
notification_email: engineerarun@gmail.com
- build_command_prepend: "cov-configure --comptype gcc --compiler gcc-4.8"
+ build_command_prepend: "cov-configure --comptype gcc --compiler gcc-5"
build_command: "make"
branch_pattern: coverity_scan