Skip to content

Commit b073706

Browse files
committed
Setup Travis
1 parent 41ccd87 commit b073706

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: ruby
2+
rvm:
3+
- 2.3.4
4+
5+
# Use container based travis infrastructure which allows caching
6+
# features for open source projects.
7+
sudo: false
8+
cache:
9+
bundler: true
10+
11+
gemfile:
12+
- gemfiles/rails_4.2_active_admin_1.0.0.pre4.gemfile
13+
- gemfiles/rails_5.1_active_admin_1.0.gemfile
14+
15+
script: bundle exec rspec

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ActiveAdmin Searchable Select
22

3+
[![Gem Version](https://badge.fury.io/rb/activeadmin-searchable_select.svg)](http://badge.fury.io/rb/activeadmin-searchable_select)
4+
[![Build Status](https://travis-ci.org/codevise/activeadmin-searchable_select.svg?branch=master)](https://travis-ci.org/codevise/activeadmin-searchable_select)
5+
36
Searchable select boxes (via [Select2](https://select2.org/)) for
47
ActiveAdmin forms and filters. Extends the ActiveAdmin resource DSL to
58
allow defining JSON endpoints to fetch options from asynchronoulsy.

0 commit comments

Comments
 (0)