r20985 by craig -

scribus-commit scribus-commit at lists.scribus.net
Thu Feb 11 23:16:30 UTC 2016


Author: craig
Date: Thu Feb 11 23:16:30 2016
New Revision: 20985

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20985
Log:
Fix travis yml file

Modified:
    trunk/Scribus/.travis.yml

Modified: trunk/Scribus/.travis.yml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20985&path=/trunk/Scribus/.travis.yml
==============================================================================
--- trunk/Scribus/.travis.yml	(original)
+++ trunk/Scribus/.travis.yml	Thu Feb 11 23:16:30 2016
@@ -57,14 +57,12 @@
       fi;
     cmake . -DWANT_HUNSPELL=1 -DWITH_PODOFO=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_DEBUG=0 -DWANT_SVNVERSION=0 -DWANT_GUI_LANG=en_US;
     make -j"$NPROC";
-    # make install
     fi
   
 
   - if [ $TRAVIS_OS_NAME = osx -a $CC = clang ]; then
       cmake . -DCMAKE_PREFIX_PATH=/usr/local/opt/zlib -DBUILD_OSX_BUNDLE=1 -DQT_PREFIX=/usr/local/opt/qt5 -DWANT_HUNSPELL=1 -DWITH_PODOFO=1 -DWANT_GRAPHICSMAGICK=1 -DWANT_DEBUG=0 -DWANT_SVNVERSION=0 -DWANT_GUI_LANG=en_US;
       make -j8; 
-     # make install;
     fi
     
 notifications:




More information about the scribus-commit mailing list