Skip to content

Commit 075e78b

Browse files
committed
adding after_failure
1 parent c0d42b5 commit 075e78b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ node_js:
33
- 12
44
dist: trusty
55
cache: npm
6-
branches:
7-
only:
8-
- implementtravisci
6+
git:
7+
submodules: false
8+
# branches:
9+
# only:
10+
# - implementtravisci
911
install:
1012
- npm install
1113
script:
1214
- npm run test
15+
after_failure:
16+
- exit

0 commit comments

Comments
 (0)