Skip to content

Commit

Permalink
Updated build script again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolo committed Jan 17, 2018
1 parent 7b956c5 commit d54070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- export LANG=en_US.UTF-8

script: xcodebuild clean test -project InterfaCSS.xcodeproj -scheme UnitTests -destination 'platform=iOS Simulator,name=iPhone 7' | xcpretty -c && exit ${PIPESTATUS[0]}
script: xcodebuild clean test -project InterfaCSS.xcodeproj -scheme UnitTests -destination 'platform=iOS Simulator,name=iPhone 8' | xcpretty -c && exit ${PIPESTATUS[0]}

0 comments on commit d54070e

Please sign in to comment.