Skip to content

Commit 492c95c

Browse files
author
GUIGHIL benjamin
committed
Supress Warning in Travis PowerShell#2
1 parent b03a0e1 commit 492c95c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: cpp
22

3-
warnings_are_errors: false
4-
53
git:
64
depth: 1000
75

@@ -11,6 +9,7 @@ os:
119
sudo: required
1210
dist: trusty
1311
osx_image: xcode8.3
12+
warnings_are_errors: false
1413

1514
before_install:
1615
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then

0 commit comments

Comments
 (0)