Skip to content

Commit eab3f07

Browse files
committed
Travis YML
1 parent cefabc0 commit eab3f07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: ruby
2+
rvm:
3+
- 1.9.3
4+
script: "bundle exec rake"

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
$:.unshift File.dirname(__FILE__) + '/../lib'
21
require 'smbglobal-sms'
32

43
# This file was generated by the `rspec --init` command. Conventionally, all

0 commit comments

Comments
 (0)