Sha256: 9a8c71fc70ec3508fff6bdf8568a91853f88eebb4a56691f9df0f7ce554d8dc1

Contents?: true

Size: 167 Bytes

Versions: 1

Compression:

Stored size: 167 Bytes

Contents

#! /bin/bash

if [[ "$TRAVIS" == "true" ]]; then
  echo "We're on Travis! Installing to vendor."
  time bundle install --path vendor
else
  bundle install --system
fi

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-watch-1.1.0 script/bootstrap