mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
Merge pull request #165 from bluca/travis-container-ci
Enable container-based Travis CI builds
This commit is contained in:
commit
7358f3b7ef
@ -1,7 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq diffstat
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- diffstat
|
||||
sudo: false
|
||||
script: cd tests; python suite.py
|
||||
|
Loading…
Reference in New Issue
Block a user