Skip to content

Commit

Permalink
Release wallabag 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Oct 17, 2016
1 parent 1172622 commit 501a4da
Show file tree
Hide file tree
Showing 2 changed files with 7,802 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ before_install:
- if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;

script:
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
- travis_wait composer update --no-interaction --no-progress
- ant prepare-$DB
- if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi;
- if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
Expand Down
Loading

0 comments on commit 501a4da

Please sign in to comment.