Skip to content

Commit 03166c3

Browse files
committed
Fix travis.yml
1 parent 6bda7dc commit 03166c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
- clang-3.7
3131
- libubsan0
3232
- libc++-dev
33-
- libstdc++-5-dev
33+
- libstdc++-5-dev
3434
before_install:
3535
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
3636
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"

0 commit comments

Comments
 (0)