Skip to content

Commit 2bbbcbe

Browse files
committed
Remove linux testing on travis.
1 parent 38d0dc7 commit 2bbbcbe

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.travis.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,13 @@ language: c
22

33
matrix:
44
include:
5-
- os: linux
6-
compiler: gcc
7-
- os: linux
8-
compiler: clang
95
- os: osx
106
compiler: clang
117

12-
addons:
13-
apt:
14-
sources:
15-
- kalakris-cmake
16-
- george-edison55-precise-backports
17-
packages:
18-
- cmake
19-
- cmake-data
20-
- doxygen
21-
228
before_install:
239
- export PREFIX=$HOME/.local
24-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install doxygen; fi
25-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHONUSERBASE=$PREFIX; fi
10+
- brew update && brew install doxygen; fi
11+
- export PYTHONUSERBASE=$PREFIX; fi
2612
- pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
2713
- export PATH=$PATH:$PREFIX/bin
2814
- export CPATH=$CPATH:$PREFIX/include

0 commit comments

Comments
 (0)