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 e81eca6 commit 27b6d9cCopy full SHA for 27b6d9c
bin/ci/install
@@ -2,7 +2,3 @@
2
3
bundle config set path $PWD/vendor/bundle
4
bundle install --jobs=3 --retry=3
5
-
6
-if ! which zeus &>/dev/null; then
7
- gem install zeus
8
-fi
bin/ci/run-tests
@@ -1,4 +1,3 @@
1
#!/bin/sh
-bin/start-dev --background --debug
bundle exec rake --trace
0 commit comments