[Pkg-running-devel] [antpm] 12/31: travis-ci: attempt to switch to 14.04 based CI

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Mar 24 23:19:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch master
in repository antpm.

commit cf56fb522d16729694b0508977dba8a5d4bf885d
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Mon Mar 28 20:09:01 2016 +0200

    travis-ci: attempt to switch to 14.04 based CI
---
 .travis.yml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6e3cec4..499dc43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
 # -*- coding: iso-8859-2-unix -*-
 
-# it seems like travis-ci gives a "precise" 12.04 LTS ubuntu env
+# it seems like travis-ci gives a "trusty" 14.04 LTS ubuntu env
 
-sudo: false
+sudo: required
+dist: trusty
 env:
   global:
    - secure: "DmQ3DTsvvKEg30be9kGbbGHkj1xMv5/hQOjXnaP091+lXdtqrHRwN8/Xki2qxyMeaCE3iq8UNVzppd9w/g1z75O63X96K+igVQqdXI5BHtqlKLZonTGMFVqsThjCys2oqRdfxpiZ+ggbImbzFwPqhKCtIeoQTFfDMJSpDpwl9eU="
@@ -21,11 +22,9 @@ addons:
     sources:
     - ubuntu-toolchain-r-test
     - boost-latest
-    - llvm-toolchain-precise-3.6
     packages:
-    - gcc-4.9
-    - g++-4.9
-    - clang-3.6
+    - gcc
+    - g++
     - cmake
     - pkg-config
     - libusb-1.0-0-dev
@@ -58,9 +57,9 @@ branches:
     - coverity_scan
 
 before_install:
-install:
-  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
-  - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.6" CC="clang-3.6"; fi
+#install:
+#  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
+#  - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.6" CC="clang-3.6"; fi
 
 before_script:
   - uname -a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list