Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 authored Jan 31, 2018
1 parent 8b37756 commit b0ccd18
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: swift
os: osx
osx_image: xcode9.2
osx_image: xcode9.2'
before_install: cd evilgix/Evil
script:
- xcodebuild build -workspace Evil.xcworkspace -scheme 'Evil macOS' -sdk macosx10.13
- xcodebuild build -workspace Evil.xcworkspace -scheme 'PrepareBot' -sdk macosx10.13
- xcodebuild build -workspace Evil.xcworkspace -scheme 'Evil iOS' -sdk iphoneos11.2
- xcodebuild build -workspace Evil.xcworkspace -scheme 'iOS Example' -sdk iphoneos11.2
- xcodebuild build -workspace Evil.xcworkspace -scheme 'Evil macOS' -sdk macosx10.13 | xcpretty
- xcodebuild build -workspace Evil.xcworkspace -scheme 'PrepareBot' -sdk macosx10.13 | xcpretty
- xcodebuild build -workspace Evil.xcworkspace -scheme 'Evil iOS' -sdk iphoneos11.2 | xcpretty
- xcodebuild build -workspace Evil.xcworkspace -scheme 'iOS Example' -sdk iphoneos11.2 | xcpretty

0 comments on commit b0ccd18

Please sign in to comment.