Skip to content

Commit b03a0e1

Browse files
author
GUIGHIL benjamin
committed
Supress Warnings in travis
1 parent 43359a8 commit b03a0e1

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
@@ -1,5 +1,7 @@
11
language: cpp
22

3+
warnings_are_errors: false
4+
35
git:
46
depth: 1000
57

@@ -26,4 +28,4 @@ install:
2628

2729
script:
2830
- ulimit -n 4096
29-
- powershell -File scripts/travis.ps1
31+
- powershell -File scripts/travis.ps1

0 commit comments

Comments
 (0)