Skip to content

Commit

Permalink
Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yazfav committed Aug 28, 2016
1 parent 613ef1b commit 90c9852
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
coverage/*
config/database.yml
spec/support/fixtures/*database*
*.DS_Store
debug.log
pkg
.bundle
*.swp
Gemfile.lock
37 changes: 37 additions & 0 deletions .travis.yml
@@ -0,0 +1,37 @@
language: ruby
sudo: false
cache: bundler
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq sqlite3
script:
- "bundle exec rake test"
- "gem build arel-extensions.gemspec"
- "ruby test/real_db_test.rb"
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
rvm:
- rbx-2
- jruby-9.0.5.0
- jruby-head
- 2.0.0
- 2.1
- 2.2.5
- 2.3.1
- ruby-head
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
- openjdk6
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.0.5.0
- rvm: jruby-head
- rvm: ruby-head
- rvm: jruby-head
bundler_args: --jobs 3 --retry 3
notifications:
email: false

0 comments on commit 90c9852

Please sign in to comment.