Skip to content

Commit

Permalink
Fix typo in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Nov 26, 2018
1 parent 8677842 commit 0270353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.releasability
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
swiftVersions = ['3.2.3', '3.3', '3.3.2', '3.4', '3.4.1', 4.0.3', '4.1', '4.1.2', '4.2', '4.2.1']
swiftVersions = ['3.2.3', '3.3', '3.3.2', '3.4', '3.4.1', '4.0.3', '4.1', '4.1.2', '4.2', '4.2.1']
platforms = ['osx', 'ios', 'watchos', 'tvos']
platformNames = ['osx': 'macOS', 'ios': 'iOS', 'watchos': 'watchOS', 'tvos': 'tvOS']
carthageXcodeVersion = '10.1'
Expand Down

0 comments on commit 0270353

Please sign in to comment.