travis: add update instructions (#36855)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
|
||||
# Maintainer notes for updating
|
||||
# 1. increment version number in Gemfile
|
||||
# 2. run $ nix-shell --command "bundler install && bundix"
|
||||
# in the travis directory in nixpkgs
|
||||
|
||||
bundlerEnv {
|
||||
inherit ruby;
|
||||
pname = "travis";
|
||||
|
||||
Reference in New Issue
Block a user