Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

install:
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpunit

matrix:
allow_failures:
- php: hhvm
jobs:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
fast_finish: true
2 changes: 1 addition & 1 deletion test/Unit/PasswordVerifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public function testInValidHash() {
$this->assertFalse(password_verify('rasmuslerdorf', '$2a$07$usesomesillystringfore2uDLvp1Ii2e./U9C8sBjqp8I90dH6hj'));
}

}
}