File tree Expand file tree Collapse file tree 1 file changed +6
-28
lines changed Expand file tree Collapse file tree 1 file changed +6
-28
lines changed Original file line number Diff line number Diff line change @@ -3,41 +3,19 @@ notifications:
3
3
language : ruby
4
4
sudo : required
5
5
os :
6
- - linux
7
6
- osx
8
7
rvm :
9
- - ruby-2.0.0-p648
10
- - ruby-2.0.0-p598
11
- - ruby-2.2.4
12
8
- 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
29
11
addons :
30
12
code_climate :
31
13
repo_token : 60d9731d654527cb53aabc7db15bcde87d701ddb6b1cba8fc0da6aba16d00bb1
32
14
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
41
19
- gem update bundler
42
20
- bundle install
43
21
install :
You can’t perform that action at this time.
0 commit comments