Skip to content

Commit f60eb6f

Browse files
committed
Setup travis
1 parent d415598 commit f60eb6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.6
6+
- 7.0
7+
8+
before_script:
9+
- composer install --prefer-dist --optimize-autoloader
10+
- bin/install-moco.sh
11+
12+
script:
13+
- vendor/bin/behat -f progress

0 commit comments

Comments
 (0)