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 d66f93c

Browse files
Travis CI.
1 parent 35d6231 commit d66f93c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: php
2+
php:
3+
- '5.4'
4+
- '5.5'
5+
- '5.6'
6+
- '7.0'
7+
- '7.1'
8+
- '7.2'
9+
- nightly
10+
# - hhvm
11+
12+
#matrix:
13+
# allow_failures:
14+
# - php: hhvm
15+
16+
services:
17+
- mysql
18+
19+
before_script:
20+
- mysql -e "create database IF NOT EXISTS test;" -uroot
21+
- php -m
22+
23+
script:
24+
- find ./ -type f -print0 | while read -d $'0円' file; do if [ "${file##*.}" = "php" ]; then echo "Check $file"; php -l $file; echo ""; echo ""; fi; done
25+
- php test.php

0 commit comments

Comments
(0)

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