2015-08-28 00:59:46 +02:00
|
|
|
before_script:
|
|
|
|
- apt-get -q update -y
|
|
|
|
- echo " == Installing required packages"
|
|
|
|
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
|
|
|
|
2015-08-28 01:07:45 +02:00
|
|
|
check:
|
2015-08-28 00:59:46 +02:00
|
|
|
script:
|
|
|
|
- ./hooks/pre-commit
|