Skip to content

Commit 4b4beb4

Browse files
committed
Tell travis which PHP versions to use
1 parent f517025 commit 4b4beb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: php
2+
php:
3+
- '7.0'
4+
- '7.1'
5+
- nightly
26
install: composer install
37
script: composer test
48
before_script: composer phpcs

0 commit comments

Comments
 (0)