Skip to content

Commit

Permalink
Added 3.1.1 support, fixed pins
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeMaloy97 committed Mar 5, 2018
1 parent fb179ad commit dcdd343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ matrix:
- os: osx
osx_image: xcode8.3
sudo: required
env: SWIFT_SNAPSHOT=3.1.1

before_install:
- git clone https://github.com/IBM-Swift/Package-Builder.git
Expand Down
33 changes: 2 additions & 31 deletions Package.pins
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
{
"autoPin": true,
"autoPin": false,
"pins": [
{
"package": "CommonCrypto",
"reason": null,
"repositoryURL": "https://github.com/IBM-Swift/CommonCrypto.git",
"version": "0.1.5"
},
{
"package": "Cryptor",
"reason": null,
"repositoryURL": "https://github.com/IBM-Swift/BlueCryptor.git",
"version": "0.8.27"
},
{
"package": "CryptorRSA",
"reason": null,
"repositoryURL": "https://github.com/IBM-Swift/BlueRSA.git",
"version": "0.1.13"
},
{
"package": "HeliumLogger",
"reason": null,
"repositoryURL": "https://github.com/IBM-Swift/HeliumLogger.git",
"version": "1.7.1"
},
{
"package": "LoggerAPI",
"reason": null,
"repositoryURL": "https://github.com/IBM-Swift/LoggerAPI.git",
"version": "1.7.2"
}

],
"version": 1
}

0 comments on commit dcdd343

Please sign in to comment.