We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d7fc0 commit aff172cCopy full SHA for aff172c
.travis.yml
@@ -1,2 +1,6 @@
1
language: objective-c
2
-osx_image: xcode7.1
+osx_image: xcode8.3
3
+install:
4
+ - ./scripts/install-travis.sh
5
+script:
6
+ - ./scripts/test.sh
scripts/install-travis.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+# Initialize project
+cd "$(dirname "$0")/.."
7
+bundle install --path vendor/bundle
0 commit comments