Skip to content

Commit 854b26f

Browse files
Remove a redundant CI job
The build-only job that builds on linux is actually identical to the first build+test job, so its a waste of a job slot. It's also likely to be sharing a travis cache between these two jobs, which is probably not good either.
1 parent 8897709 commit 854b26f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -95,28 +95,6 @@ jobs:
9595
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
9696
- CCACHE_CPP2=yes
9797

98-
# Ubuntu Linux with glibc using g++-5, debug mode
99-
- stage: Test different OS/CXX/Flags
100-
os: linux
101-
sudo: false
102-
compiler: gcc
103-
cache: ccache
104-
addons:
105-
apt:
106-
sources:
107-
- ubuntu-toolchain-r-test
108-
packages:
109-
- libwww-perl
110-
- g++-5
111-
- libubsan0
112-
before_install:
113-
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
114-
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
115-
env:
116-
- COMPILER="ccache g++-5"
117-
- EXTRA_CXXFLAGS="-DDEBUG"
118-
script: echo "Not running any tests for a debug build."
119-
12098
# Ubuntu Linux with glibc using clang++-3.7, no-debug mode
12199
- stage: Test different OS/CXX/Flags
122100
os: linux

0 commit comments

Comments
 (0)