Skip to content

Commit 2c81143

Browse files
committed
specifiy php versions else it defaults to 5.5
1 parent 32ecd9c commit 2c81143

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
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
script:
37
- composer install
48
- php vendor/bin/phpunit test/twig-static-test.php

0 commit comments

Comments
 (0)