GITLAB
kubaninc
/ acts_as_follower
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fb8199ce0e6f76a16bccf7c145aad3ad125e000b
Authored by
Tom Cocca
2013-09-15 10:34:43 -0400
1 parent
51bb5e2b
Exists in
master
added Travis-CI script
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
.travis.yml
Side-by-side Diff
Inline Diff
.travis.yml
0 → 100644
Wrap text
Diff comments
View file @
fb8199c
...
...
@@ -0,0 +1,4 @@
1
+language: ruby
2
+rvm:
3
+ - 1.9.3
4
+ - 2.0.0
...
...