We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f44375 + 5bd4423 commit 59640f7Copy full SHA for 59640f7
.travis.yml
@@ -0,0 +1,7 @@
1
+language: ruby
2
+bundler_args: --without debug
3
+script: "bundle exec rake ci"
4
+sudo: false
5
+cache: bundler
6
+rvm:
7
+ - 2.3.3
Rakefile
@@ -4,3 +4,9 @@
require File.expand_path('../config/application', __FILE__)
Rails.application.load_tasks
+
8
+desc 'Run CI'
9
+task :ci do
10
+ sh 'cp config/ldf.yml.sample_repository config/ldf.yml'
11
+ Rake::Task['spec'].invoke
12
+end
0 commit comments