Skip to content

Commit

Permalink
actually enable python in the matrix
Browse files Browse the repository at this point in the history
try harder to get valgrind installed
  • Loading branch information
wez committed May 31, 2013
1 parent 09c084e commit 90c3258
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ php:
# for the bser module
python:
- "2.7"
- "2.6"
- "3.2"

# try some different compiler options
Expand Down
1 change: 1 addition & 0 deletions travis/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -x
case `uname` in
Linux)
sudo sysctl -A | grep inotify
sudo apt-get update -y -q
sudo apt-get install -y valgrind -q
mount
;;
Expand Down
2 changes: 1 addition & 1 deletion travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uname -a
set -e
PATH=$PWD:$PATH
./autogen.sh
./configure --with-pcre $CONFIGARGS
./configure --with-pcre --with-python $CONFIGARGS
make
set +e
if ! arc unit --everything ; then
Expand Down

0 comments on commit 90c3258

Please sign in to comment.