File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8787 "strip-ansi" : " ^3.0.0" ,
8888 "stylelint" : " ^7.5.0" ,
8989 "symlink-or-copy" : " ^1.0.1" ,
90+ "travis-after-modes" : " 0.0.3" ,
9091 "ts-node" : " ^0.7.3" ,
9192 "tslint" : " ^3.13.0" ,
9293 "typedoc" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 33# Go to the project root directory
44cd $( dirname $0 ) /../..
55
6- # Download and run the Travis After All script to retrieve information about other build modes.
7- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
8- python travis_after_all.py
6+ RESULT=` $( npm bin) /travis-after-modes`
97
10- if [ " $BUILD_LEADER " = " YES" ] && [ " $BUILD_AGGREGATE_STATUS " = " others_succeeded" ]; then
118
12- echo " All other builds succeeded. Publishing build"
13- # ./scripts/release/publish-build-artifacts.sh
9+ echo " Result: $RESULT "
10+
11+ if [ " $RESULT " = " PASSED" ]; then
12+ echo " Everything passed"
13+ else
14+ echo " Something failed"
1415fi
You can’t perform that action at this time.
0 commit comments