Skip to content

Commit 54bf45d

Browse files
committed
Move composer install to .travis.yml
1 parent 95b459c commit 54bf45d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ php:
77
- 7.0
88
- hhvm
99

10-
install: ./travis-init.sh
10+
install:
11+
- ./travis-init.sh
12+
- composer install
1113

1214
script:
1315
- ./vendor/bin/phpunit --coverage-text

travis-init.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
3636
fi
3737

3838
fi
39-
40-
composer install

0 commit comments

Comments
 (0)