summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-05-18 16:31:19 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-05-29 08:07:33 +0200
commit486e3b48535c3f4472330ade0b8dc48fcc5cf431 (patch)
tree2a497e578c9d5a28514532e103de510e34e6a04e /Rakefile
parent1263f27739e747ba499cdeff0cf5bbb6fc270cb7 (diff)
downloadvdebug-486e3b48535c3f4472330ade0b8dc48fcc5cf431.zip
Remove travis target from rakefile
This way the environment variable $DISPLAY set in the travis file can be passed through the rakefile (without overwriting it).
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Rakefile b/Rakefile
index f1ad60c..9c3cd1e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,11 +2,6 @@ require 'rspec/core/rake_task'
require 'cucumber'
require 'cucumber/rake/task'
-task :travis do
- system("export DISPLAY=:99.0 && bundle exec rake test:all")
- raise "Tests failed!" unless $?.exitstatus == 0
-end
-
namespace :test do
desc "Run all tests (unit and integration/specs)"
task :all do