Commit bb7e62a2 by Will Daly

Fixed JSCover version issue in environment

parent 4ddbacfe
...@@ -4,7 +4,7 @@ export PATH=$RBENV_ROOT/bin/:$PATH ...@@ -4,7 +4,7 @@ export PATH=$RBENV_ROOT/bin/:$PATH
eval "$(rbenv init -)" eval "$(rbenv init -)"
# Configure JavaScript coverage # Configure JavaScript coverage
export JSCOVER_JAR=/usr/local/bin/JSCover-all.jar export JSCOVER_JAR=/usr/local/bin/JSCover-all-{{ jscover_version }}.jar
# Set the display to the virtual frame buffer (Xvfb) # Set the display to the virtual frame buffer (Xvfb)
export DISPLAY=:1 export DISPLAY=:1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment