Skip to content

Commit

Permalink
[#13002] - Added migrate commands for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 15, 2019
1 parent 816a152 commit 4e60e5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ script:
# Does not ready to work PHP 7.3
- if [ "$PHP_VERNUM" -ge "70300" ]; then phpenv config-rm xdebug.ini || true; fi

- vendor/bin/phinx migrate -e mysql
- vendor/bin/phinx migrate -e postgres
- vendor/bin/phinx migrate -e sqlite
- vendor/bin/codecept build --quiet
- vendor/bin/codecept run --ext DotReporter tests/cli/
- vendor/bin/codecept run --ext DotReporter tests/integration/
Expand Down

0 comments on commit 4e60e5b

Please sign in to comment.