Skip to content

Commit 3136923

Browse files
committed
Add Travis file
1 parent 8a0b76a commit 3136923

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
php:
3+
- 5.4
4+
- 5.5
5+
6+
before_script:
7+
- composer update --prefer-source --dev
8+
9+
script:
10+
- bin/phpspec status
11+
- bin/phpspec -fpretty

0 commit comments

Comments
 (0)