diff .travis.yml @ 1318:10e2a7727253 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:08:02 +0800
parents 7d02b83c61fd 4a4e5d823cf6
children b7cd40b0730a
line wrap: on
line diff
--- a/.travis.yml	Fri Mar 18 22:47:33 2016 +0800
+++ b/.travis.yml	Fri Jul 22 00:08:02 2016 +0800
@@ -16,7 +16,9 @@
 
 script:
   - autoconf && autoheader && ./configure CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix="$HOME/inst"
-  - make -j3 install
+  - make -j3 
+  # avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093)
+  - make install 
 
 env:
   global: