From 124c541c5f496aaaf322bf34f698b6c1114e2b50 Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Tue, 2 Jun 2020 15:18:31 +0200 Subject: [PATCH] Do not test 'icb-exmm' on xenial whiach has not yet eigen 3.3 ! --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e69bfc..c4f6f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,9 +117,6 @@ jobs: - stage: xenial dist: xenial script: mkdir -p build && cd build && cmake -D EXAMPLES=ON -D MPI=OFF -D ICB=ON .. && make VERBOSE=1 && make test && make package_source; - - stage: xenial - dist: xenial - script: mkdir -p build && cd build && cmake -DEXAMPLES=ON -DMPI=OFF -DICBEXMM=ON .. && make VERBOSE=1 && make test && make package_source; - stage: xenial dist: xenial script: mkdir -p build && cd build && cmake -D EXAMPLES=ON -D MPI=ON -D ICB=ON .. && make VERBOSE=1 && make test && make package_source; @@ -132,9 +129,6 @@ jobs: - stage: xenial dist: xenial script: ./bootstrap && ./configure --enable-icb && make VERBOSE=1 && make check && make distcheck; - - stage: xenial - dist: xenial - script: ./bootstrap && ./configure --enable-icb-exmm && make VERBOSE=1 && make check && make distcheck; - stage: xenial dist: xenial script: ./bootstrap && ./configure --enable-mpi --enable-icb && make VERBOSE=1 && make check && make distcheck;