Skip to content

Commit

Permalink
edit travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ytyubox committed Nov 24, 2019
1 parent 3452180 commit 61e0c0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: trusty
before_install:
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
- wget https://swift.org/builds/ubuntu1404/swift-2.2-SNAPSHOT-2015-12-22-a/swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04.tar.gz
- tar xzf swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04.tar.gz
- export PATH=${PWD}/swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04/usr/bin:"${PATH}"
os:
- osx
language: swift
osx_image: xcode11
env:
- PROJECT_NAME=Weak
install: (swift package update)
script:
- swift build
- (swift build)
- (swift test)
1 change: 0 additions & 1 deletion Tests/WeakTests/WeakTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import XCTest
import UIKit
@testable import Weak

final class WeakTests: XCTestCase {
Expand Down

0 comments on commit 61e0c0b

Please sign in to comment.