Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit b88385f

Browse files
committed
removed cmake version specific compiler env settings
1 parent 721cc68 commit b88385f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .travis.yml
2-
sudo: false
2+
sudo: true
33
git:
44
depth : 5
55
branches:
@@ -10,14 +10,14 @@ matrix:
1010
include:
1111
- os: linux
1212
env:
13-
- CC=gcc-4.8
14-
- CXX=g++-4.8
13+
- CC=gcc
14+
- CXX=g++
1515
- VMF_SHARED=ON
1616
- VMF_GCOV_OPTS='-DCMAKE_BUILD_TYPE=Debug -DCODE_COVERAGE=ON'
1717
- os: linux
1818
env:
19-
- CC=clang-3.7
20-
- CXX=clang++-3.7
19+
- CC=clang
20+
- CXX=clang++
2121
- VMF_SHARED=OFF
2222
- os: linux
2323
env:

0 commit comments

Comments
 (0)