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.
1 parent 7373882 commit 5cac31bCopy full SHA for 5cac31b
.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