Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Travis: the default stable Nette is now 2.2
Browse files Browse the repository at this point in the history
The fallback testing must have been changed from 2.2@rc to 2.1.*
  • Loading branch information
fprochazka committed May 13, 2014
1 parent 83e20d4 commit b2f7cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

env:
- NETTE=default
- NETTE=nette-2.2
- NETTE=nette-2.1
- NETTE=default # 2.2
- NETTE=nette-dev

php:
Expand Down
22 changes: 1 addition & 21 deletions tests/composer-nette-2.2.json → tests/composer-nette-2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,7 @@
}
],
"require": {
"nette/nette": "~2.2@rc",
"nette/application": "~2.2@rc",
"nette/bootstrap": "~2.2@rc",
"nette/caching": "~2.2@rc",
"nette/component-model": "~2.2@rc",
"nette/database": "~2.2@rc",
"nette/di": "~2.2@rc",
"nette/finder": "~2.2@rc",
"nette/forms": "~2.2@rc",
"nette/http": "~2.2@rc",
"nette/mail": "~2.2@rc",
"nette/neon": "~2.2@rc",
"nette/php-generator": "~2.2@rc",
"nette/reflection": "~2.2@rc",
"nette/robot-loader": "~2.2@rc",
"nette/safe-stream": "~2.2@rc",
"nette/security": "~2.2@rc",
"nette/tokenizer": "~2.2@rc",
"nette/utils": "~2.2@rc",
"latte/latte": "~2.2@rc",
"tracy/tracy": "~2.2@rc",
"nette/nette": "2.1.*",

"kdyby/curl-ca-bundle": "~1.0",
"ext-curl": "*",
Expand Down

0 comments on commit b2f7cbd

Please sign in to comment.