Movatterモバイル変換


[0]ホーム

URL:


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

Commita65afad

Browse files
authored
Merge pull request#67 from goetas/drop-hhvm
Drop HHVM
2 parentsaca075a +e0eaae5 commita65afad

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ env:
1111

1212
matrix:
1313
include:
14-
-php:hhvm
15-
sudo:required
16-
dist:trusty
17-
group:edge
18-
env:HHVM=true TWIG_VERSION=^1.28
19-
-php:hhvm-nightly
20-
sudo:required
21-
dist:trusty
22-
group:edge
23-
env:HHVM=true TWIG_VERSION=^1.28
2414
-php:5.3
2515
dist:precise
2616
-php:5.4
@@ -52,7 +42,7 @@ before_script:
5242

5343
script:
5444
-vendor/bin/phpunit --coverage-clover=coverage.xml
55-
-if [ -z "$HHVM" ]; thenvendor/bin/php-cs-fixer fix --dry-run --diff; fi
45+
-vendor/bin/php-cs-fixer fix --dry-run --diff
5646

5747
after_script:
5848
-bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then wget https://scrutinizer-ci.com/ocular.phar; fi;'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp