chore(travis): fix bower install

We removed `grunt package` from JOB_UNIT in 4015e0fde5,
but this runs `grunt bower` which JOB_UNIT needs.

This commit adds `grunt bower` to JOB_UNIT.

Closes #16105
This commit is contained in:
Martin Staffa
2017-07-13 10:38:57 +02:00
committed by GitHub
parent 0616dde95e
commit 6a22c79a94
+2
View File
@@ -18,6 +18,8 @@ fi
# unit runs the docs tests too which need a built version of the code
if [ "$JOB" = "unit" ]; then
grunt bower
grunt validate-angular-files
grunt build
fi