Skip to content

Commit

Permalink
Updated versions and temporarily removed behat tests from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal 8avec committed May 23, 2014
1 parent ec098fe commit 219e266
Show file tree
Hide file tree
Showing 5 changed files with 1,974 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea
vendor/
app/config/secret.neon
composer.lock
temp/*
log/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:

script:
- phpunit --coverage-clover=coverage.clover
- vendor/bin/behat
# - vendor/bin/behat

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
3 changes: 1 addition & 2 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ default:
default_session: goutte
javascript_session: selenium2
goutte: ~
selenium2: ~
zombie: ~
selenium2: ~
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "DixonsCz/chuck",
"require": {
"nette/nette": "~2.1",
"kdyby/curl": "@stable",
"monolog/monolog": "~1.8"
"nette/nette": "2.1.*",
"kdyby/curl": "*",
"monolog/monolog": "1.8.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"behat/behat": "*",
"behat/mink": "*",
"behat/behat": "2.5.*",
"behat/mink": "1.5.*",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-zombie-driver": "*"
"behat/mink-goutte-driver": "1.0.9",
"behat/mink-selenium2-driver": "1.1.*"
},
"autoload": {
"classmap": ["app/", "components/"]
Expand Down
Loading

0 comments on commit 219e266

Please sign in to comment.