Browse Source

Merge pull request #1511 from xianyi/revert-1510-aa/travis-macos

Revert "Add macOS to the Travis testing matrix"
tags/v0.3.0^2
Martin Kroeker GitHub 8 years ago
parent
commit
be6090d396
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 16 deletions
  1. +1
    -16
      .travis.yml

+ 1
- 16
.travis.yml View File

@@ -7,7 +7,6 @@ language: c
jobs: jobs:
include: include:
- &test-ubuntu - &test-ubuntu
os: linux
stage: test stage: test
compiler: gcc compiler: gcc
addons: addons:
@@ -58,8 +57,7 @@ jobs:
- TARGET_BOX=LINUX32 - TARGET_BOX=LINUX32
- BTYPE="BINARY=32" - BTYPE="BINARY=32"


- os: linux
stage: test
- stage: test
compiler: gcc compiler: gcc
addons: addons:
apt: apt:
@@ -79,7 +77,6 @@ jobs:
# which is slower than container-based infrastructure used for jobs # which is slower than container-based infrastructure used for jobs
# that don't require sudo. # that don't require sudo.
- &test-alpine - &test-alpine
os: linux
stage: test stage: test
dist: trusty dist: trusty
sudo: true sudo: true
@@ -123,7 +120,6 @@ jobs:
- BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=core2" - BTYPE="BINARY=64 NO_AFFINITY=1 USE_OPENMP=0 NO_LAPACK=0 TARGET=core2"


- &test-cmake - &test-cmake
os: linux
stage: test stage: test
compiler: clang compiler: clang
addons: addons:
@@ -151,17 +147,6 @@ jobs:
env: env:
- CMAKE=1 - CMAKE=1


- os: osx
stage: test
osx_image: xcode8
before_script: *common-before
- brew update
- brew install gcc # for gfortran
script:
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
env:
- BTYPE="BINARY=64 INTERFACE64=1"

# whitelist # whitelist
branches: branches:
only: only:


Loading…
Cancel
Save