Skip to content

Commit 22aee5d

Browse files
committed
Travis CI: install pip and set clone depth to 1
Fixes google#409
1 parent ad86c6c commit 22aee5d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ matrix:
3636
cache:
3737
apt: true
3838

39+
git:
40+
depth: 1
41+
3942
branches:
4043
only:
4144
- master
@@ -55,6 +58,9 @@ before_install:
5558
fi
5659

5760
install:
61+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
62+
sudo easy_install pip;
63+
fi
5864
- pip install --user nose
5965
- pip install --user cpp-coveralls
6066

0 commit comments

Comments
 (0)