Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to the new Travis CI infrastructure. #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@ language: c
compiler:
- gcc

before_install:
- sudo add-apt-repository --yes ppa:vala-team
- sudo apt-get update --quiet
- sudo apt-get install --yes --force-yes valac libglib2.0-bin libglib2.0-dev
libsoup2.4-dev libfcgi-dev python-pip valadoc
- sudo pip install cpp-coveralls sphinx PyYAML
cache: ccache

addons:
apt:
sources:
- vala-team
packages:
- valac
- libglib2.0-bin
- libglib2.0-dev
- libsoup2.4-dev
- libfcgi-dev
- python-pip
- valadoc

install:
- pip install --user cpp-coveralls sphinx PyYAML

before_script:
- ./waf configure --enable-gcov
Expand Down