Skip to content

Commit 048705e

Browse files
committed
add OSX to Travis config
1 parent 836be5c commit 048705e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
sudo: false
22
language: ruby
33

4-
# rvm:
5-
# - "2.0.0"
6-
# - "2.1.0"
7-
# - "2.2.0"
8-
# - rbx
9-
# - "2.5.0"
4+
os:
5+
- linux
6+
- osx
107

118
#before_install: gem install bundler -v 1.15.4
129
script:

0 commit comments

Comments
 (0)