commit | a3f15054d805d1c12ca444db53d9dce22ebb8ef6 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 15:54:39 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 15:54:39 2018 +0100 |
tree | 592e08da3baea5932d7f29cb9c633a7ea170b8e7 | |
parent | d246c497168ae3a38430d1742f33c6531ca9da59 [diff] |
Remove echo from travis install step Change-Id: I9a64e59a75802e4bd2ce8eedb6e5510e12604752
diff --git "a/\173\173cookiecutter.service_name\175\175/.travis.yml" "b/\173\173cookiecutter.service_name\175\175/.travis.yml" index 9f852ab..11f7945 100644 --- "a/\173\173cookiecutter.service_name\175\175/.travis.yml" +++ "b/\173\173cookiecutter.service_name\175\175/.travis.yml"
@@ -12,7 +12,6 @@ - pip install virtualenv - | if [ ! -e Gemfile ]; then - echo $PWD curl -s -o ./Gemfile https://raw.githubusercontent.com/salt-formulas/salt-formulas-scripts/master/Gemfile fi - bundle install