GITLAB
kubaninc
/ settingslogic
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
55648ef7594510b1bfea7105c79f3ede8f584659
Authored by
sanemat
2013-04-15 19:36:08 +0900
1 parent
08792a6d
Exists in
master
Add travis-ci config
Showing
1 changed file
with
6 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 @
55648ef
...
...
@@ -0,0 +1,6 @@
1
+language: ruby
2
+rvm:
3
+ - 1.8.7
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1.2
...
...