Skip to content

Commit aff172c

Browse files
committed
[CI] Use xcode 8.3 and our own installation and test scripts
1 parent 81d7fc0 commit aff172c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
language: objective-c
2-
osx_image: xcode7.1
2+
osx_image: xcode8.3
3+
install:
4+
- ./scripts/install-travis.sh
5+
script:
6+
- ./scripts/test.sh

scripts/install-travis.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#! /bin/sh
2+
3+
# Initialize project
4+
5+
cd "$(dirname "$0")/.."
6+
7+
bundle install --path vendor/bundle

0 commit comments

Comments
 (0)