Skip to content

Commit

Permalink
Updated Venice and Swift (#16)
Browse files Browse the repository at this point in the history
* Updated Venice and Swift

* Removed old travis flags
  • Loading branch information
czechboy0 committed Jun 3, 2016
1 parent 61aa924 commit c655295
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-05-09-a
DEVELOPMENT-SNAPSHOT-2016-05-31-a
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ osx_image: xcode7.3
install:
- eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/5254525d9da56df29346fd76e99529c22034d61d/Scripts/install-swiftenv.sh)"
script:
- swift build --fetch # clones all dependencies
- rm -rf Packages/*/Tests # deletes dependency's tests until duplicate Package.tests issue can be resolved in SPM. At that point, remove.
- swift build -Xlinker -rpath -Xlinker $(pwd)/.build/debug/
- swift build --configuration release -Xlinker -rpath -Xlinker $(pwd)/.build/release/
- swift build
- swift build --configuration release
- swift test
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "File",
dependencies: [
.Package(url: "https://github.com/VeniceX/Venice.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/VeniceX/Venice.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/Zewo/String.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/Zewo/POSIX.git", majorVersion: 0, minor: 5),
]
Expand Down

0 comments on commit c655295

Please sign in to comment.