Skip to content

Commit fbb45d7

Browse files
committed
Update version to latest
1 parent 9537d1b commit fbb45d7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
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",
90+
"travis-after-modes": "0.0.5",
9191
"ts-node": "^0.7.3",
9292
"tslint": "^3.13.0",
9393
"typedoc": "^0.5.1",

scripts/ci/after-success.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ cd $(dirname $0)/../..
55

66
RESULT=`$(npm bin)/travis-after-modes`
77

8-
9-
echo "Result: $RESULT"
10-
118
if [ "$RESULT" = "PASSED" ]; then
129
echo "Everything passed"
1310
else

0 commit comments

Comments
 (0)