Skip to content

Commit

Permalink
fixed .travis.yml language to php
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 17, 2016
1 parent 4ace4ee commit 006996d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -13,6 +13,9 @@
Thumbs.db
nbproject

# test coverage
.coverage

# vendor dirs
vendor

Expand All @@ -33,6 +36,9 @@ coverage.clover
# PHARs
chkipper.phar
composer.phar
coverage.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar
pip.phar
pytest.phar
3 changes: 3 additions & 0 deletions .hidev/config.yml
Expand Up @@ -16,6 +16,9 @@ package:
- CI: Travis & Scrutinizer
- to be done: PyPI, pylint, autopep8, ...
.travis.yml:
language: php

require:
hiqdev/hidev-php: "*@dev"
hiqdev/hidev-readme: "*@dev"
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,7 +1,4 @@
language: python
python:
- 2.7
- 3.4
language: php
php:
- 5.5
- 5.6
Expand All @@ -24,6 +21,9 @@ before_install:
- 'composer install --no-interaction'
- './vendor/bin/hidev --version'
- './vendor/bin/hidev travis/before_install'
python:
- 2.7
- 3.4
sudo: false
install:
- './vendor/bin/hidev travis/install'
Expand Down

0 comments on commit 006996d

Please sign in to comment.