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.
1 parent 16355e7 commit 4408107Copy full SHA for 4408107
bin/test
@@ -1,7 +1,5 @@
1
-#!/usr/bin/env ruby
+#!/bin/sh
2
+set -ex
3
-module_path = File.expand_path('../../node_modules/esprima', __FILE__)
4
-
5
-print `npm install esprima` unless File.directory?(module_path)
6
7
-print `script -q /dev/null bundle exec rake `
+docker build -t codeclimate/codeclimate-duplication .
+docker run codeclimate/codeclimate-duplication bundle exec rake
0 commit comments