File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ addons:
31
31
before_script :
32
32
- du -sh ./node_modules ./bower_components/ || true
33
33
- " ./scripts/travis/before_build.sh"
34
- script :
35
- - " ./scripts/travis/build.sh"
34
+ script : skip
35
+ # - "./scripts/travis/build.sh"
36
36
after_script :
37
37
- " ./scripts/travis/tear_down_browser_provider.sh"
38
38
- " ./scripts/travis/print_logs.sh"
@@ -47,7 +47,7 @@ notifications:
47
47
jobs :
48
48
include :
49
49
- stage : deploy
50
- script : grunt package
50
+ script : travis_wait 20 grunt package
51
51
before_script : skip
52
52
after_script : echo "after script"
53
53
after_deploy : echo "after deploy"
Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ mkdir -p $LOGS_DIR
9
9
if [ $JOB != " ci-checks" ]; then
10
10
echo " start_browser_provider"
11
11
./scripts/travis/start_browser_provider.sh
12
- fi
13
12
14
- if [ $JOB != " ci-checks" ]; then
15
13
grunt package
14
+
16
15
echo " wait_for_browser_provider"
17
16
./scripts/travis/wait_for_browser_provider.sh
18
17
fi
You can’t perform that action at this time.
0 commit comments