gems.rb-inotify-0.9.10..travis.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
language: ruby
sudo: false
dist: trusty
cache: bundler
rvm:
- 1.8
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-head
- ruby-head
- jruby-9.1.8.0
- jruby-head
- rbx-3
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
fast_finish: true
script:
# Unit test
- bundle exec rake
# Install test
- gem build rb-inotify.gemspec
- gem install rb-inotify-*.gem
- sh -c "gem list | grep rb-inotify"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy