Skip to content

Commit 0aee40c

Browse files
committed
restore build.sh
1 parent 549d3c2 commit 0aee40c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

scripts/travis/build.sh

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ case "$JOB" in
1616
BROWSERS="SL_Chrome,SL_Firefox,SL_Safari_8,SL_Safari_9,SL_IE_9,SL_IE_10,SL_IE_11,SL_EDGE,SL_iOS"
1717
fi
1818

19-
# grunt test:promises-aplus
20-
# grunt test:unit --browsers="$BROWSERS" --reporters=dots
21-
# grunt tests:docs --browsers="$BROWSERS" --reporters=dots
19+
grunt test:promises-aplus
20+
grunt test:unit --browsers="$BROWSERS" --reporters=dots
21+
grunt tests:docs --browsers="$BROWSERS" --reporters=dots
2222
;;
2323
"docs-e2e")
2424
grunt test:travis-protractor --specs="docs/app/e2e/**/*.scenario.js"
@@ -38,14 +38,6 @@ case "$JOB" in
3838
grunt test:travis-protractor --specs="$TARGET_SPECS"
3939
;;
4040
"deploy")
41-
# the DIST_TAG is read by the deploy config
42-
DIST_TAG=$( jq ".distTag" "package.json" | tr -d "\"[:space:]" )
43-
export DIST_TAG
44-
45-
echo "DIST_TAG: $DIST_TAG"
46-
47-
export DIST_TAG="next"
48-
4941
grunt package
5042
grunt compress:firebaseCodeDeploy
5143
;;

0 commit comments

Comments
 (0)