]> jfr.im git - solanum.git/blobdiff - .travis.yml
librb: mbedtls: fix rb_get_ssl_certfp()
[solanum.git] / .travis.yml
index a8fb43f652325d471c3c811f88c256e7eb9c6daa..90b158a2a74ac8e267dba062361095ea03fdfac5 100644 (file)
@@ -13,7 +13,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-4.8', 'automake', 'autoconf', 'libtool']
+          packages: ['gcc-4.8', 'automake', 'autoconf', 'libtool', 'shtool']
       env: COMPILER=gcc-4.8
 
     - os: linux
@@ -21,7 +21,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-4.9', 'automake', 'autoconf', 'libtool']
+          packages: ['gcc-4.9', 'automake', 'autoconf', 'libtool', 'shtool']
       env: COMPILER=gcc-4.9
 
     - os: linux
@@ -29,7 +29,7 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test']
-          packages: ['gcc-5', 'automake', 'autoconf', 'libtool']
+          packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool']
       env: COMPILER=gcc-5
 
     - os: linux
@@ -37,16 +37,13 @@ matrix:
       addons:
         apt:
           sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
-          packages: ['clang-3.7', 'automake', 'autoconf', 'libtool']
+          packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool']
       env: COMPILER=clang-3.7
 
     - os: osx
       compiler: clang
       env: COMPILER=clang LIBTOOLIZE=glibtoolize
 
-branches:
-  except:
-    - authd-framework-2
 
 osx_image: xcode7.3