From a6d1b93eb94af121d3313e5fcd6377bd8181e251 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 19 Nov 2016 21:05:03 +0100 Subject: [PATCH] Updated travis configuration --- .travis.yml | 13 ++----------- readme.md | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4243806..fffe25a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,17 +16,8 @@ matrix: sources: - ubuntu-toolchain-r-test packages: - - g++-5.4 - env: COMPILER=g++-5.4 - - compiler: clang - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.6 - packages: - - clang-3.6 - env: COMPILER=clang++-3.6 + - g++-5.3 + env: COMPILER=g++-5.3 - compiler: clang addons: apt: diff --git a/readme.md b/readme.md index de120054..a46f5e29 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) | Service | System | Compiler | Status | | ------- | ------ | -------- | ------ | | [Drone](https://drone.io/github.com/g-truc/glm) | Linux 64 bits | GCC 4.6.3 | [![Build Status](https://drone.io/github.com/g-truc/glm/status.png)](https://drone.io/github.com/g-truc/glm/latest) | -| [Travis CI](https://travis-ci.org/g-truc/glm)| Linux 64 bits | Clang 3.6, Clang 3.8, GCC 4.9, GCC 5.4 | [![Travis CI](https://travis-ci.org/g-truc/glm.svg?branch=master)](https://travis-ci.org/g-truc/glm) +| [Travis CI](https://travis-ci.org/g-truc/glm)| Linux 64 bits | Clang 3.4, Clang 3.8, GCC 4.9, GCC 5.3 | [![Travis CI](https://travis-ci.org/g-truc/glm.svg?branch=master)](https://travis-ci.org/g-truc/glm) ## Release notes