Skip to content

Commit 2d03ab2

Browse files
committed
Ignore dev dependencies on Travis. Should speed things up
1 parent af351ab commit 2d03ab2

File tree

3 files changed

+1036
-3
lines changed

3 files changed

+1036
-3
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ nbproject/
88
.idea/
99
*.iml
1010
/coverage
11-
/phpunit.phar
12-
composer.lock
11+
/phpunit.phar

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ branches:
2323
- master
2424

2525
before_script:
26-
- composer install
26+
- composer install --no-dev
2727

2828
script:
2929
- vendor/bin/phpunit --version

0 commit comments

Comments
 (0)