Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f102362

Browse files
committed
chore(ci): add travis fail for node
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent 014f3c3 commit f102362

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ os:
2020
- linux
2121

2222
matrix:
23+
allow_failures:
24+
- node_js: node
2325
fast_finish: true
2426

2527
sudo: false
@@ -40,4 +42,4 @@ before_install:
4042
- export CXX=g++-4.8; export CC=gcc-4.8;
4143

4244
before_script:
43-
- cp test/db.config.ci test/db.config.json
45+
- cp test/db.config.ci test/db.config.json

0 commit comments

Comments
 (0)