travis: add update instructions (#36855)

This commit is contained in:
Jörg Thalheim
2018-03-12 10:47:16 +00:00
committed by zimbatm
parent a9e1ae3d29
commit bbf69b7301
5 changed files with 27 additions and 3 deletions
@@ -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";