Skip to content

Commit db64ef7

Browse files
committed
adding travis
1 parent c6507ba commit db64ef7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.5
4+
- 7.0
5+
install:
6+
- composer create-project --no-interaction
7+
script:
8+
- php core/console --generate

0 commit comments

Comments
 (0)