Skip to content

Commit

Permalink
Update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvaner committed Apr 25, 2018
1 parent 3d1f220 commit 327f59d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
matrix:
include:
- language: php
php: 5.6
- language: php
php: 7.1
install:
- composer install
- mkdir -p build/logs
before_script:
- find . -type f -name *.php | xargs -n1 php -l
- find . -type f -name *.php -not -path "./vendor/*" | xargs -n1 php -l
script:
- cd ${TRAVIS_BUILD_DIR}
- pwd
after_success:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
after_failure:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr

- cd ${TRAVIS_BUILD_DIR}
- ./tests/launch_tests.sh
after_script:
- sed -i'' 's/tests\/mocked_Jeedom_env\/plugins\/ExtraTemplate\///g' clover.xml
- php vendor/bin/php-coveralls
- language: python
python: 2.7
install:
Expand Down

0 comments on commit 327f59d

Please sign in to comment.