codecept build 추가

This commit is contained in:
bnu 2015-07-03 17:03:48 +09:00
parent d3076aa2df
commit 89b5d044a6

View file

@ -23,6 +23,7 @@ before_script:
script:
- grunt lint
- grunt minify
- if [ $(phpenv version-name) != "5.3" ]; then ./vendor/bin/codecept build travis;
- if [ $(phpenv version-name) != "5.3" ]; then ./vendor/bin/codecept run -d --env travis;
fi
notifications: