From 206ff0ba3c64fc0ebadb1b07267fc42eb085ef5f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 17 Sep 2015 03:02:04 -0400 Subject: [PATCH] Update travis config file to use new architecture. --- .travis.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba32244d45..ff9afbb1e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ env: - DB=mysql - DB=postgres - DB=sqlite -before_install: - - sudo apt-get update -qq - - sudo apt-get install -qq python-dev gcc tesseract-ocr tesseract-ocr-deu unpaper ghostscript libjpeg-dev libpng-dev poppler-utils libreoffice install: - "pip install -r requirements/testing.txt" - if [[ $DB == mysql ]]; then pip install -q mysql-python; fi @@ -34,3 +31,18 @@ notifications: - roberto.rosario@mayan-edms.com on_success: never on_failure: always +sudo: false +addons: + apt: + packages: + - python-dev + - gcc + - tesseract-ocr + - tesseract-ocr-deu + - unpaper + - ghostscript + - libjpeg-dev + - libpng-dev + - poppler-utils + - libreoffice + - libtiff-dev