From e15f0b47c1092eac58febdc2e413b120fe6e235d Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Sun, 1 May 2016 10:54:43 -0700 Subject: [PATCH] Travis fix --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index de292c67..71a64c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,6 @@ matrix: osx_image: xcode7.2 compiler: gcc env: VERSION=-5 - - compiler: gcc - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.7 - env: VERSION=-4.7 - compiler: gcc addons: apt: @@ -73,6 +65,5 @@ script: - mkdir build - cd build - ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" --enable-precision=single --enable-simd=AVX2 --enable-comms=none - - cat config.log - make - ./benchmarks/Benchmark_dwf --threads 1