Skip to content

Commit 9140b2c

Browse files
committed
Add GitHub fixtures.
1 parent 7c629e8 commit 9140b2c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: ruby
2+
script : script/cibuild
3+
rvm:
4+
- 2.1
5+
- 2.0
6+
- 1.9.3
7+
notifications:
8+
email: false

script/bootstrap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /usr/bin/env bash
2+
3+
bundle install

script/cibuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /usr/bin/env bash
2+
3+
bundle exec rspec

0 commit comments

Comments
 (0)