Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit a4ac43e

Browse files
authored
travis: get it building and passing tests (#1339)
* travis: get it building and passing tests I initially planned to get this working on Ubuntu 12, but decided it wasn't worth it and switched to Ubuntu 14 (Trusty). Now it passes tests on Travis, so I've added other people's emails back to the set of people to send emails to. Also update mps while we're at it. * update mps * update mps * ngx_pagespeed depends on luuid * update mps
1 parent 80c4b7e commit a4ac43e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ env:
99
# jobs=8: 179s (29s to install new git, 150s to run the downloads)
1010
# We can't use --depth=1, though, because github doesn't have
1111
# allowReachableSHA1InWant set.
12+
#
13+
# TODO(jefftk): once we're running on a server with git 2.8 or later we can have
14+
# --jobs without installing a new git.
1215
git:
1316
submodules: false
1417
before_install:
@@ -21,9 +24,14 @@ install:
2124
script:
2225
test/run_tests.sh $PWD/testing-dependencies/mod_pagespeed/ \
2326
$PWD/nginx/sbin/nginx
27+
dist: trusty
2428
sudo: required
2529
compiler:
2630
- gcc
2731
notifications:
2832
email:
33+
2934
35+
36+
37+

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pagespeed_include="\
198198
$mod_pagespeed_dir/url"
199199
ngx_feature_path="$pagespeed_include"
200200

201-
pagespeed_libs="$psol_binary $pagespeed_libs -lrt -pthread -lm"
201+
pagespeed_libs="$psol_binary $pagespeed_libs -lrt -pthread -lm -luuid"
202202
ngx_feature_libs="$pagespeed_libs"
203203
ngx_feature_test="
204204

0 commit comments

Comments
 (0)