Skip to content

Commit 61ecddf

Browse files
committed
Install package dependencies in TravisCI
And use an Ubuntu Trusty VM Signed-off-by: Zack Cerza <zack@redhat.com>
1 parent 7bb6c65 commit 61ecddf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
env: HOME=/home/travis
22

3+
sudo: required
4+
dist: trusty
5+
6+
before_install:
7+
- sudo apt-get -qq update
8+
- ./bootstrap install
9+
310
language: python
411
python:
512
- 2.7

0 commit comments

Comments
 (0)