Skip to content

Commit ce17fde

Browse files
author
Ben Chatelain
committed
Merge branch 'master' into ben/ios-test-target
2 parents 80f0103 + c6145b4 commit ce17fde

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ ObjectiveGitTests/fixtures/Fixtures/*
2828

2929
External/ios-openssl/include
3030
External/ios-openssl/lib
31-
3231
External/libssh2-ios
32+
33+
Carthage/Build
34+

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1+
osx_image: xcode6.4
12
language: objective-c
2-
install:
3-
- brew install cmake
3+
install: script/bootstrap
44
script: script/cibuild
55
notifications:
66
email: false
7-
campfire:
8-
on_success: always
9-
on_failure: always
10-
template:
11-
- "Build %{build_url} of %{repository}: %{message}"
12-
rooms:
13-
secure: IxO/lskcwkcrvbgq9UsI4rjD7auSbbc52QdOcEzh5klXf6KkmIRSrJDUbsRGJ6GahlB0ELfgTcr0ycqsYhW5M9mNwzWR1cerbedA2HT0sOy7uvgGQwAY+iiikCsIMuYQJ1qvb6DrrpgyejQWXW5cOEVbNuoPV45DE0lsPUHcpyg=

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ check_deps ()
5757

5858
# Ensure that we have libgit2's dependencies installed.
5959
installed=`brew list`
60-
libs="libssh2 libtool autoconf automake"
60+
libs="libssh2 libtool autoconf automake pkg-config"
6161

6262
for lib in $libs
6363
do

0 commit comments

Comments
 (0)