8000 wait longer for uploads to finish · xcompile/angular.js@c4fc1af · GitHub
[go: up one dir, main page]

Skip to content

Commit c4fc1af

Browse files
committed
wait longer for uploads to finish
1 parent ddef030 commit c4fc1af

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ addons:
3131
before_script:
3232
- du -sh ./node_modules ./bower_components/ || true
3333
- "./scripts/travis/before_build.sh"
34-
script:
35-
- "./scripts/travis/build.sh"
34+
script: skip
35+
# - "./scripts/travis/build.sh"
3636
after_script:
3737
- "./scripts/travis/tear_down_browser_provider.sh"
3838
- "./scripts/travis/print_logs.sh"
@@ -47,7 +47,7 @@ notifications:
4747
jobs:
4848
include:
4949
- stage: deploy
50-
script: grunt package
50+
script: travis_wait 20 grunt package
5151
before_script: skip
5252
after_script: echo "after script"
5353
after_deploy: echo "after deploy"

scripts/travis/before_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ mkdir -p $LOGS_DIR
99
if [ $JOB != "ci-checks" ]; then
1010
echo "start_browser_provider"
1111
./scripts/travis/start_browser_provider.sh
12-
fi
1312

14-
if [ $JOB != "ci-checks" ]; then
1513
grunt package
14+
1615
echo "wait_for_browser_provider"
1716
./scripts/travis/wait_for_browser_provider.sh
1817
fi

0 commit comments

Comments
 (0)
0