-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
41 lines (41 loc) · 835 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
sudo: false
language: ruby
rvm:
- '1.8.7-p371'
- '1.9.3-p551'
- '2.0.0-p648'
- '2.1.10'
- '2.2.10'
- '2.3.8'
- '2.4.5'
- '2.5.3'
- 'jruby-9.0.5.0'
- 'jruby-9.1.9.0'
script:
- make test
- bundle exec image_optim --info
- bundle exec rspec
before_install:
- gem update --system
- gem update bundler
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install imagemagick; fi
- make ldd-version
matrix:
include:
- dist: trusty
rvm: default
- os: osx
rvm: default
osx_image: xcode7.3
- os: osx
rvm: default
osx_image: xcode8.3
- os: osx
rvm: default
osx_image: xcode9.3
- env: RUBOCOP=✓
rvm: '2.5.3'
script: bundle exec rubocop
- env: CHECK_RUBIES=✓
rvm: '2.5.3'
script: bundle exec travis_check_rubies