We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94a229f + 81a5c17 commit b7576d8Copy full SHA for b7576d8
.travis.yml
@@ -1,4 +1,5 @@
1
script: bundle exec rspec spec
2
+cache: bundler
3
env:
4
matrix:
5
- RAILS=4.2.6
@@ -8,6 +9,5 @@ rvm:
8
9
- 2.3.3
10
before_install:
11
- gem update --system
- - rvm @global do gem uninstall bundler -a -x
12
- rvm @global do gem install bundler -v 1.14.6
13
- gem --version
app/assets/stylesheets/active_admin_datetimepicker.scss
@@ -1,4 +1,4 @@
-@import "jquery.xdan.datetimepicker.css";
+@import "jquery.xdan.datetimepicker";
form.filter_form {
.filter_form_field {
0 commit comments