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 194f707 commit 98a2a5fCopy full SHA for 98a2a5f
.travis.yml
@@ -3,14 +3,17 @@
3
language: minimal
4
dist: focal
5
6
+env:
7
+ global: DUMB_GLOBAL_ENV=TO_ENABLE_ALLOW_FAUILURE
8
+
9
git:
10
depth: 5
11
12
stages:
13
- test
14
15
jobs:
- include:
16
+ allow_failures:
17
- stage: test
18
env:
19
- task="nslookup check"
@@ -21,6 +24,7 @@ jobs:
21
24
- echo 'nameserver 168.95.1.1' | sudo tee -a /etc/resolv.conf
22
25
script:
23
26
- ./tests/nslookup
27
+ include:
28
29
30
- task="duplicate check"
0 commit comments