We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cibuild
1 parent 9eaa24d commit e73b732Copy full SHA for e73b732
script/cibuild
@@ -21,6 +21,8 @@ export RBENV_VERSION="2.2.3"
21
export RUBYLIB=
22
export RUBYOPT=
23
24
+export CI="true"
25
+
26
if [ -d /usr/local/share/nodenv ]; then
27
export NODENV_ROOT=/usr/local/share/nodenv
28
export PATH=/usr/local/share/nodenv/bin:/usr/local/share/nodenv/shims:$PATH
script/test
@@ -17,7 +17,7 @@ script/bootstrap
17
18
echo "===> Running tests..."
19
20
-if [ -n "$JANKY_ID" ]; then
+if [ -n "$CI" ]; then
xvfb-run -a bundle exec rake test
else
bundle exec rake test
0 commit comments