Skip to content

Commit 98a2a5f

Browse files
Update CI config: allow "nslookup check" failure
1 parent 194f707 commit 98a2a5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
language: minimal
44
dist: focal
55

6+
env:
7+
global: DUMB_GLOBAL_ENV=TO_ENABLE_ALLOW_FAUILURE
8+
69
git:
710
depth: 5
811

912
stages:
1013
- test
1114

1215
jobs:
13-
include:
16+
allow_failures:
1417
- stage: test
1518
env:
1619
- task="nslookup check"
@@ -21,6 +24,7 @@ jobs:
2124
- echo 'nameserver 168.95.1.1' | sudo tee -a /etc/resolv.conf
2225
script:
2326
- ./tests/nslookup
27+
include:
2428
- stage: test
2529
env:
2630
- task="duplicate check"

0 commit comments

Comments
 (0)