mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-12 04:15:04 -05:00
Added travis.yml so travis doesn't fail for every master branch PR and push
This commit is contained in:
parent
5b887fef97
commit
d65618f60c
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 1.9.3
|
||||||
|
- 1.9.2
|
||||||
|
script: bundle exec rake install; bundle exec rake generate
|
Loading…
Reference in New Issue
Block a user