Skip to content

Commit

Permalink
Switch to Docker based builds on Travis
Browse files Browse the repository at this point in the history
Since Gammu PPA is now whitelisted, we can use Docker infrastructure on
Travis which will bring faster builds.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Apr 20, 2015
1 parent e37673f commit b5a5ef4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ python:
- "3.4"
- "pypy"
- "pypy3"
before_install:
- sudo add-apt-repository ppa:nijel/ppa -y
- sudo apt-get update
- sudo apt-get install libgammu-dev libdbd-sqlite3
install:
- pip install -r requirements.txt
script:
Expand All @@ -26,6 +22,9 @@ matrix:
allow_failures:
- python: "pypy"
- python: "pypy3"
# use docker based faster build
sudo: false
# install build dependencies and enable Coverity scan
addons:
coverity_scan:
project:
Expand All @@ -34,3 +33,9 @@ addons:
notification_email: michal@cihar.com
build_command: ./setup.py build
branch_pattern: coverity_scan
apt:
sources:
- gammu
packages:
- libgammu-dev
- libdbd-sqlite3

0 comments on commit b5a5ef4

Please sign in to comment.