We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537d1b commit fbb45d7Copy full SHA for fbb45d7
package.json
@@ -87,7 +87,7 @@
87
"strip-ansi": "^3.0.0",
88
"stylelint": "^7.5.0",
89
"symlink-or-copy": "^1.0.1",
90
- "travis-after-modes": "0.0.3",
+ "travis-after-modes": "0.0.5",
91
"ts-node": "^0.7.3",
92
"tslint": "^3.13.0",
93
"typedoc": "^0.5.1",
scripts/ci/after-success.sh
@@ -5,9 +5,6 @@ cd $(dirname $0)/../..
5
6
RESULT=`$(npm bin)/travis-after-modes`
7
8
-
9
-echo "Result: $RESULT"
10
11
if [ "$RESULT" = "PASSED" ]; then
12
echo "Everything passed"
13
else
0 commit comments