Skip to content

Commit fc94593

Browse files
author
Ivan Evgrafov
authored
Merge pull request #18 from SciRuby/update_travis_config
Use only osx builds in travis
2 parents 3770b4e + 9f6517c commit fc94593

File tree

1 file changed

+6
-28
lines changed

1 file changed

+6
-28
lines changed

.travis.yml

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,19 @@ notifications:
33
language: ruby
44
sudo: required
55
os:
6-
- linux
76
- osx
87
rvm:
9-
- ruby-2.0.0-p648
10-
- ruby-2.0.0-p598
11-
- ruby-2.2.4
128
- ruby-2.2.2
13-
- ruby-2.3.0-preview2
14-
matrix:
15-
exclude:
16-
- os: linux
17-
rvm: ruby-2.0.0-p598
18-
- os: linux
19-
rvm: ruby-2.2.2
20-
- os: osx
21-
rvm: ruby-2.2.4
22-
- os: osx
23-
rvm: ruby-2.0.0-p648
24-
- os: osx
25-
rvm: ruby-2.3.0-preview2
26-
include:
27-
- rvm: jruby-head
28-
env: JRUBY_OPTS="-Xcli.debug=true --debug"
9+
- ruby-2.3.0
10+
- ruby-2.5.0
2911
addons:
3012
code_climate:
3113
repo_token: 60d9731d654527cb53aabc7db15bcde87d701ddb6b1cba8fc0da6aba16d00bb1
3214
before_install:
33-
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo add-apt-repository "deb http://cz.archive.ubuntu.com/ubuntu vivid main universe" ; fi
34-
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo apt-get update -q ; fi
35-
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo rm -rf /etc/dpkg/dpkg.cfg.d/multiarch ; fi
36-
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then sudo apt-get install gnuplot5 ; fi
37-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
38-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pdflib-lite ; fi
39-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnuplot --with-png --with-jpeg --with-cairo --with-svg ; fi
40-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ulimit -S -n 4096 ; fi
15+
- brew update
16+
- brew install pdflib-lite
17+
- brew install gnuplot --with-png --with-jpeg --with-cairo --with-svg
18+
- ulimit -S -n 4096
4119
- gem update bundler
4220
- bundle install
4321
install:

0 commit comments

Comments
 (0)