Skip to content

Commit 525d392

Browse files
committed
Moves to the new Travis CI infrastructure.
Enable 'ccache' for caching 'gcc'.
1 parent 8fe48a7 commit 525d392

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.travis.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@ language: c
33
compiler:
44
- gcc
55

6-
before_install:
7-
- sudo add-apt-repository --yes ppa:vala-team
8-
- sudo apt-get update --quiet
9-
- sudo apt-get install --yes --force-yes valac libglib2.0-bin libglib2.0-dev
10-
libsoup2.4-dev libfcgi-dev python-pip valadoc
11-
- sudo pip install cpp-coveralls sphinx PyYAML
6+
cache: ccache
7+
8+
addons:
9+
apt:
10+
sources:
11+
- vala-team
12+
packages:
13+
- valac
14+
- libglib2.0-bin
15+
- libglib2.0-dev
16+
- libsoup2.4-dev
17+
- libfcgi-dev
18+
- python-pip
19+
- valadoc
20+
21+
install:
22+
- pip install --user cpp-coveralls sphinx PyYAML
1223

1324
before_script:
1425
- ./waf configure --enable-gcov

0 commit comments

Comments
 (0)