Remove Grunt and install-assets steps

This commit is contained in:
Benoît Burnichon
2015-12-01 09:45:33 +01:00
committed by Florian BLOUET
parent 966efde17a
commit abbb4b0120
3 changed files with 0 additions and 7 deletions

View File

@@ -35,8 +35,6 @@ before_install:
install:
- travis_retry npm install
- travis_retry composer install --optimize-autoloader --dev --prefer-source
- travis_retry ./node_modules/.bin/grunt install-assets
- "./bin/developer assets:compile-less"
before_script:
- mysql -e 'CREATE DATABASE update39_test;CREATE DATABASE ab_test;CREATE DATABASE db_test;SET @@global.sql_mode=STRICT_ALL_TABLES;SET @@global.max_allowed_packet=33554432;SET @@global.wait_timeout=999999;'
- "./bin/developer system:uninstall"