File tree 4 files changed +0
-148
lines changed
4 files changed +0
-148
lines changed Original file line number Diff line number Diff line change 45
45
- uses : actions/checkout@v2
46
46
- name : Select Xcode
47
47
run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
48
- - name : Run build script tests
49
- run : RUBYLIB=lib ruby test/apollo_version_test.rb
50
48
- name : Modify Cartfile.resolved
51
49
run : perl -pi -e 's/"[\d.]+"$/"${{ matrix.apollo }}"/ if /apollographql\/apollo-ios/' Cartfile.resolved
52
50
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ matrix:
38
38
- APOLLO_VERSION=0.9.5
39
39
- SWIFT_VERSION=4.2
40
40
41
- before_install :
42
- - RUBYLIB=lib ruby test/apollo_version_test.rb
43
-
44
41
install :
45
42
- ./Scripts/boot-simulator --destination "$TRAVIS_XCODE_DESTINATION" &
46
43
- perl -pi -e 's/"[\d.]+"$/"$ENV{APOLLO_VERSION}"/ if /apollographql\/apollo-ios/' Cartfile.resolved
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments