We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7373882 + 5cac31b commit a4d4c9aCopy full SHA for a4d4c9a
.travis.yml
@@ -13,3 +13,7 @@ before_script:
13
script:
14
- vendor/bin/phpunit
15
- vendor/bin/phpcs --standard=PSR2 ./src/
16
+
17
+# Use Travis' new container-based infrastructure.
18
+# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
19
+sudo: false
0 commit comments