Skip to content

Commit

Permalink
Revert "Switch to Docker based builds on Travis"
Browse files Browse the repository at this point in the history
This reverts commit b5a5ef4.

We're not yet there (libammu-dev is not whitelisted).
  • Loading branch information
nijel committed Apr 20, 2015
1 parent b5a5ef4 commit 0a94cd8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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 @@ -22,9 +26,6 @@ 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 @@ -33,9 +34,3 @@ 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 0a94cd8

Please sign in to comment.