aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-01-01 21:19:58 -0500
committerJames McCoy <jamessan@jamessan.com>2018-01-02 08:15:31 -0500
commitdc1444e112eaaa13fb3b4ed4c58b01781219aca6 (patch)
treedc33682f8229697893f58fccdc5271a1130ac862
parent90aae43984ce3b6a5193ce3bc18293c28db6c606 (diff)
downloadrneovim-dc1444e112eaaa13fb3b4ed4c58b01781219aca6.tar.gz
rneovim-dc1444e112eaaa13fb3b4ed4c58b01781219aca6.tar.bz2
rneovim-dc1444e112eaaa13fb3b4ed4c58b01781219aca6.zip
travis: Remove ubuntu-r-toolchain/test ppa
Use unversioned gcc/gcov commands rather than pulling in a separate repo.
-rw-r--r--.travis.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 35a3c76fce..5b37ad656d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,32 +59,32 @@ jobs:
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
- stage: normal builds
os: linux
- compiler: gcc-5
+ compiler: gcc
env: FUNCTIONALTEST=functionaltest-lua
- os: linux
# Travis creates a cache per compiler.
# Set a different value here to store 32-bit
# dependencies in a separate cache.
- compiler: gcc-5 -m32
+ compiler: gcc -m32
env: BUILD_32BIT=ON
- os: osx
compiler: clang
osx_image: xcode7.3 # macOS 10.11
- os: osx
- compiler: gcc-4.9
+ compiler: gcc
osx_image: xcode7.3 # macOS 10.11
- stage: lint
os: linux
env: CI_TARGET=lint
- stage: Flaky builds
os: linux
- compiler: gcc-5
- env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
+ compiler: gcc
+ env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
- os: linux
compiler: clang
env: CLANG_SANITIZER=TSAN
allow_failures:
- - env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
+ - env: GCOV=gcov CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
- env: CLANG_SANITIZER=TSAN
fast_finish: true
@@ -97,8 +97,6 @@ after_success: ci/after_success.sh
addons:
apt:
- sources:
- - ubuntu-toolchain-r-test
packages:
- autoconf
- automake
@@ -107,9 +105,7 @@ addons:
- clang
- cmake
- cscope
- - g++-5-multilib
- g++-multilib
- - gcc-5-multilib
- gcc-multilib
- gdb
- language-pack-tr