Skip to content

Commit

Permalink
Point travis.yml to script file
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Sep 15, 2016
1 parent e82056c commit f584b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: swift
language: objective-c
osx_image: xcode8
xcode_project: AcceptanceMark.xcodeproj
xcode_scheme: amtool
#xcode_project: AcceptanceMark.xcodeproj
#xcode_scheme: amtool
#script: xcodebuild -project AcceptanceMark.xcodeproj -target amtool
script: ./scripts/build-amtool.sh
3 changes: 2 additions & 1 deletion scripts/build-amtool.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
#!/bin/bash

xcodebuild -project AcceptanceMark.xcodeproj -target amtool

0 comments on commit f584b89

Please sign in to comment.