File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,41 +3,19 @@ notifications:
33language : ruby
44sudo : required
55os :
6- - linux
76 - osx
87rvm :
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
2911addons :
3012 code_climate :
3113 repo_token : 60d9731d654527cb53aabc7db15bcde87d701ddb6b1cba8fc0da6aba16d00bb1
3214before_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
4321install :
You can’t perform that action at this time.
0 commit comments