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 87
87
"strip-ansi" : " ^3.0.0" ,
88
88
"stylelint" : " ^7.5.0" ,
89
89
"symlink-or-copy" : " ^1.0.1" ,
90
+ "travis-after-modes" : " 0.0.3" ,
90
91
"ts-node" : " ^0.7.3" ,
91
92
"tslint" : " ^3.13.0" ,
92
93
"typedoc" : " ^0.5.1" ,
Original file line number Diff line number Diff line change 3
3
# Go to the project root directory
4
4
cd $( dirname $0 ) /../..
5
5
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`
9
7
10
- if [ " $BUILD_LEADER " = " YES" ] && [ " $BUILD_AGGREGATE_STATUS " = " others_succeeded" ]; then
11
8
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"
14
15
fi
You can’t perform that action at this time.
0 commit comments