From f06d7356515cb64c6682384b7cfb929723776bcc Mon Sep 17 00:00:00 2001 From: David Justice Date: Fri, 15 Sep 2017 13:28:37 -0700 Subject: [PATCH] add short-starting --- .travis.yml | 2 +- locales/en.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d00531..add757b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 2.2.5 + - 2.4 before_install: - rvm @default,@global do gem uninstall bundler -a -x - gem install bundler -v 1.10.5 diff --git a/locales/en.yml b/locales/en.yml index a0d9e5a..f32af4c 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -69,6 +69,10 @@ en: The Azure instance is not created. Run `vagrant up` to create it. short_stopped: |- stopped + short_starting: |- + starting + short_started: |- + started long_stopped: |- The Azure instance is stopped. Run `vagrant up` to start it. short_stopping: |-