Skip to content

Commit

Permalink
Added YAML validation on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Oct 20, 2016
1 parent f765f8c commit cebb7b9
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: php

php:
- 7.0

before_script:
- composer install --prefer-source

script: vendor/bin/yaml-linter ./data/

notifications:
email:
- [email protected]
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"name": "Mickaël Andrieu",
"email": "[email protected]"
}
]
],
"require-dev": {
"certificationy/yaml-linter": "dev-master"
},
"minimum-stability" : "dev"
}
337 changes: 337 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cebb7b9

Please sign in to comment.