Skip to content

Commit

Permalink
🔨 Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkudera committed Aug 6, 2017
1 parent c89e54e commit 21b25fd
Show file tree
Hide file tree
Showing 81 changed files with 2,351 additions and 2,761 deletions.
22 changes: 12 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: php

sudo: false

php:
- 5.6
- 7.0
- hhvm
- 7.1

cache:
directories:
- $HOME/.composer/cache

matrix:
allow_failures:
- php: hhvm
install:
- travis_retry composer install --no-progress --prefer-dist

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: vendor/bin/tester -s -p php -c tests/php.ini tests/CarrooiTests/Menu/

script: ./vendor/bin/tester -s -p php -c ./tests/php.ini-unix ./tests/DKTests/
after_failure:
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 - 2015 David Kudera
Copyright (c) 2014 - 2017 David Kudera

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 21b25fd

Please sign in to comment.