Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Jun 3, 2014
1 parent 5efa8db commit 4831058
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ php:
- 5.4
- 5.3
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ifsnop/mysqldump-php",
"description": "This is a php version of linux's mysqldump in terminal \"$ mysqldump -u username -p...\"",
"type": "library",
"version": "1.0.0",
"keywords": ["backup", "mysqldump"],
"license": "MIT",
"minimum-stability": "stable",
Expand Down

0 comments on commit 4831058

Please sign in to comment.