Remove grunt minify from Travis CI configuration

This commit is contained in:
Kijin Sung 2016-01-07 11:50:27 +09:00
parent 55584fb18a
commit 422e0657e0

View file

@ -22,7 +22,6 @@ before_script:
- if [ ! -f codecept.phar ]; then wget http://codeception.com/codecept.phar; fi
script:
- grunt lint
- grunt minify
- if [ -f codecept.phar ]; then php codecept.phar build; fi
- if [ -f codecept.phar ]; then php codecept.phar run -d --fail-fast --env travis; fi
notifications: