Skip to content

Commit 51b5296

Browse files
committed
Merge pull request #23 from cebe/patch-1
Improved build script
2 parents 6a4610e + 3fb03a5 commit 51b5296

File tree

3 files changed

+6
-1139
lines changed

3 files changed

+6
-1139
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
vendor
2+
/vendor
3+
/composer.lock

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ php:
33
- 5.3.3
44
- 5.3
55
- 5.4
6+
- 5.5
7+
- 5.6
68

79
script:
8-
- vendor/phpunit/phpunit/composer/bin/phpunit
10+
- vendor/phpunit/phpunit/composer/bin/phpunit -v
911

1012
before_script:
1113
- sudo apt-get -qq update > /dev/null
1214
- phpenv rehash > /dev/null
1315
- composer selfupdate --quiet
14-
- composer install --dev
15-
- vendor/phpunit/phpunit/composer/bin/phpunit
16-
- composer update --dev
16+
- composer install --dev --prefer-dist
1717

1818
notifications:
1919
irc: "irc.freenode.org#phpdocumentor"

0 commit comments

Comments
 (0)