]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - .travis.yml
dmesg: add --follow-new
[thirdparty/util-linux.git] / .travis.yml
index 598b5f13dd15578bf1e01da15264da004364b854..a4f51f3ed0e02b63ef84dbc40630b7e3a0ca00bb 100644 (file)
@@ -17,28 +17,26 @@ env:
 
 matrix:
   include:
-    - os: linux
-      dist: precise
+    # test old Ubuntu 12.04 and OSX for compatibility
+    - dist: precise
       compiler: gcc
       env: PRECISE="yes" MAKE_CHECK="root"
     - os: osx
       osx_image: xcode7.3
       compiler: clang
-      env: MAKE_CHECK="nonroot"
+      env: MAKE_CHECK="root"
 
 branches:
   only:
     - master
+    - next
     - /^stable.*/
+    - /^topic.*/
     - /^travis.*/
 
 before_install:
   # print some host info
   - env | grep -v "encrypted" | LC_ALL=C sort
-  - $CC --version
-  - which $CC
-  # workaround clang not system wide, fail on sudo make install
-  - export CC=`which $CC`
   # workaround travis-ci issue #5301
   - unset PYTHON_CFLAGS