Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed1b443

Browse files
committed
added travis build
1 parent 0a33b89 commit ed1b443

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎.travis.yml‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
dist: trusty
4+
5+
php:
6+
- 5.6
7+
- hhvm
8+
- 7.0
9+
10+
before_script:
11+
- composer install
12+
13+
script:
14+
- mkdir -p build/logs
15+
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml test/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /