Skip to content
This repository was archived by the owner on Sep 30, 2018. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7a1c0b

Browse files
committedNov 3, 2013
Run specs using rspec
1 parent 10f580b commit a7a1c0b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ rvm:
77

88
notifications:
99
irc: "irc.freenode.org#opal"
10-
11-
branches:
12-
except:
13-
- rspec

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec
44
gem 'opal', :github => 'opal/opal'
55
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
66
gem 'opal-jquery', :github => 'opal/opal-jquery'
7-
gem 'opal-rspec', :path => '../opal-rspec'
7+
gem 'opal-rspec', '0.0.1.beta2'

0 commit comments

Comments
 (0)
This repository has been archived.