Skip to content

Commit

Permalink
Merge pull request #55 from GrahamCampbell/testing
Browse files Browse the repository at this point in the history
Test Updates
  • Loading branch information
ircmaxell committed Mar 21, 2014
2 parents 7642ced + 3cf1d82 commit c91b116
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 56 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Expand Up @@ -8,6 +8,12 @@ php:
- hhvm

before_script:
- composer install --dev
- composer self-update
- composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit --configuration phpunit.xml.dist
script: vendor/bin/phpunit --configuration phpunit.xml.dist --colors

matrix:
allow_failures:
- php: hhvm
fast_finish: true
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,9 +13,9 @@
}
],
"require-dev": {
"phpunit/phpunit": "3.7"
"phpunit/phpunit": "4.*"
},
"autoload": {
"files": ["lib/password.php"]
}
}
}

3 comments on commit c91b116

@55silvar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kd35a
Copy link

@kd35a kd35a commented on c91b116 May 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spam probably?

Please sign in to comment.