Skip to content

Commit

Permalink
Merge pull request #31 from pamil/travis-fuckup
Browse files Browse the repository at this point in the history
Fix Travis build
  • Loading branch information
pamil authored Jul 10, 2017
2 parents 7d5389c + 1f5e74a commit 18ebc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: php

php:
- 7.1
- nightly

matrix:
include:
- php: nightly
allow_failures:
- php: nightly
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion src/Context/TestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function thereIsFile($file, $content): void
*/
public function thereIsFeatureFile($content): void
{
$this->thereIsFile(sprintf('features/%s.feature', md5(uniqid(null, true))), $content);
$this->thereIsFile(sprintf('features/%s.feature', md5(uniqid('', true))), $content);
}

/**
Expand Down

0 comments on commit 18ebc3d

Please sign in to comment.