Skip to content

Commit

Permalink
cajoling travis
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jul 30, 2019
1 parent 9e494da commit d9f0330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ env:
before_install:
- gem install slather
- gem install cocoapods
- brew update
- brew outdated carthage || brew upgrade carthage
- travis_wait 120 carthage bootstrap --platform iOS --no-use-binaries
before_deploy:
- travis_wait 120 carthage build --no-skip-current --platform iOS --cache-builds
Expand Down
3 changes: 0 additions & 3 deletions Tests/TezosKit/MichelsonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ final class MichelsonTests: XCTestCase {
XCTAssertEqual(encoded, Helpers.orderJSONString(expected))
}

// ("Optional(" {\"args\":[{\"int\":\"42\"},{\"string\":\"tezoskit\"}],\"prim\":\"Pair\"}")") is not equal to
// ("Optional("{\"annots\":[\"@tezoskit\"],\"args\":[{\"int\":\"42\"},{\"string\":\"tezoskit\"}],\"prim\":\"Pair\"}")")

// MARK: - Dexter / Token Contract

func testTransferTokens() {
Expand Down

0 comments on commit d9f0330

Please sign in to comment.