Skip to content

Commit

Permalink
Adicionado arquivo de configuração do build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpatro committed Aug 28, 2017
1 parent 4ada4cd commit db6e5b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php

php:
- 5.6

before_script:
- composer self-update
- composer install

script:
- find ./app -name "*.php" -exec php -l {} \;

0 comments on commit db6e5b4

Please sign in to comment.