Fix broken Travis

This commit is contained in:
Elvis Nuñez
2015-06-01 20:34:24 +02:00
parent dc0d60fced
commit 33a496ffbf
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class ViewController: UIViewController, ASTableViewDataSource, ASTableViewDelega
// MARK: UIViewController.
required init() {
override required init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: NSBundle?) {
self.tableView = ASTableView()
super.init(nibName: nil, bundle: nil)