travis-ci 테스트 전 minify task 수행

This commit is contained in:
bnu 2015-05-11 14:15:04 +09:00
parent fae3059137
commit 9a34facad3

View file

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