Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Enable travis ci (#208)
Browse files Browse the repository at this point in the history
* enable-travis-ci
  • Loading branch information
Edge-Man authored Jul 8, 2019
1 parent e8b3c80 commit 318269e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: swift
xcode_workspace: EosioSwift.xcworkspace
xcode_scheme: EosioSwiftTests
osx_image: xcode10.2
xcode_destination: platform=iOS Simulator,OS=11.4,name=iPhone 5s
before_install:
- pod repo update
- pod install
4 changes: 2 additions & 2 deletions EosioSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9574LUMBYJ;
INFOPLIST_FILE = EosioSwiftTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -858,7 +858,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9574LUMBYJ;
INFOPLIST_FILE = EosioSwiftTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 318269e

Please sign in to comment.