Skip to content

Commit cb1c627

Browse files
committed
Update travis
1 parent 248ea88 commit cb1c627

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
language: php
2+
sudo: false
23
php:
34
- '5.5'
45
- '5.6'
56
- '7.0'
67
- hhvm
78
- nightly
9+
install:
10+
- composer install
11+
cache:
12+
directories:
13+
- vendor

0 commit comments

Comments
 (0)