Fix travis linting 48/55648/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 19 Jan 2017 23:29:33 +0000 (18:29 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
* Call linting properly by fixing echo
* Fix indentation error found by linting

Change-Id: I7a67b71c90d9b435f857f0e7d27c0e0a7495d31f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.travis.yml
Rakefile

index 4747c6456af07b420b638f74685012a7e115256b..275c48ad24d9c5a523132a26847ebf594f16f971 100644 (file)
@@ -22,5 +22,5 @@ notifications:
   email:
     recipients:
       - dfarrell@redhat.com
-  on_success: change
-  on_failure: change
+    on_success: change
+    on_failure: change
index 10668ccd32692b2b1353c984407a4d72a38a987a..f08101be813fe04dfe52819f11f51b1b51dfc412 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ end
 
 task :travis_lint do
   # Using "echo y" to accept interactive "install shell completion?" prompt
-  sh 'echo "y" travis lint .travis.yml --debug'
+  sh 'echo "y" travis lint .travis.yml --debug'
 end
 
 # TODO: Add Coala helper