Skip to content

Commit

Permalink
Remove Yams test import
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Jan 25, 2019
1 parent f0c89f6 commit 08e2d10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dangerfile.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import Danger
import Foundation
import Yams // package: https://github.com/jpsim/Yams.git

let danger = Danger()

let travisYaml = try! String(contentsOfFile: ".travis.yml")
let travis = try! Yams.load(yaml: travisYaml) as! [String: Any]
message(travis.description)

// fileImport: DangerfileExtensions/ChangelogCheck.swift
checkChangelog()

Expand Down

0 comments on commit 08e2d10

Please sign in to comment.