mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
Remove grunt minify from Travis CI configuration
This commit is contained in:
parent
55584fb18a
commit
422e0657e0
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ before_script:
|
||||||
- if [ ! -f codecept.phar ]; then wget http://codeception.com/codecept.phar; fi
|
- if [ ! -f codecept.phar ]; then wget http://codeception.com/codecept.phar; fi
|
||||||
script:
|
script:
|
||||||
- grunt lint
|
- grunt lint
|
||||||
- grunt minify
|
|
||||||
- if [ -f codecept.phar ]; then php codecept.phar build; fi
|
- 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
|
- if [ -f codecept.phar ]; then php codecept.phar run -d --fail-fast --env travis; fi
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue