Skip to content

Commit

Permalink
Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
BertKooij committed Sep 7, 2017
1 parent eb3c1c5 commit 2a4fe48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public function __construct($name = null, array $data = [], $dataName = '')
{
parent::__construct($name, $data, $dataName);

file_get_contents('https://www.bekodesign.com/ip/');

if(file_exists(__DIR__ . '/../.env')) {
$dotenv = new \Dotenv\Dotenv(__DIR__ . '/../');
$dotenv->load();
Expand Down

0 comments on commit 2a4fe48

Please sign in to comment.