[Box Backup-commit] COMMIT r3538 - box/trunk

subversion at boxbackup.org subversion at boxbackup.org
Fri Feb 27 22:11:45 GMT 2015


Author: jamesog
Date: 2015-02-27 22:11:45 +0000 (Fri, 27 Feb 2015)
New Revision: 3538

Modified:
   box/trunk/.travis.yml
Log:
More Travis config updates.

Install some more dependencies.
Update the build script to be a single line so that it fails appropriately.


Modified: box/trunk/.travis.yml
===================================================================
--- box/trunk/.travis.yml	2015-02-27 22:00:25 UTC (rev 3537)
+++ box/trunk/.travis.yml	2015-02-27 22:11:45 UTC (rev 3538)
@@ -7,10 +7,5 @@
   - clang
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -qq libwww-perl
-script:
-  - ./bootstrap
-  - ./configure
-  - make
-  - ./runtest.pl ALL debug
-  - ./runtest.pl ALL release
+  - sudo apt-get install -qq libssl-dev zlib1g-dev libreadline-dev libdb-dev xsltproc libwww-perl
+script: ./bootstrap && ./configure && make && ./runtest.pl ALL debug && ./runtest.pl ALL release




More information about the Boxbackup-commit mailing list