aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2019-07-21 20:48:12 +0700
committerBrendan Forster <brendan@github.com>2019-07-21 10:48:12 -0300
commit6ab0c59127564e8012b9a8070a4eb26a36308761 (patch)
treec815416c90c78ec4eb0e16f64950da2d5b6d1730 /.travis.yml
parentdb943c49e438b367b9d3f6112e4f5f41b49dab3b (diff)
downloadgitignore-6ab0c59127564e8012b9a8070a4eb26a36308761.tar.gz
gitignore-6ab0c59127564e8012b9a8070a4eb26a36308761.zip
.travis.yml: Trim trailing whitespace and indent (#3118)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f362d6fe..4009e0bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ sudo: false
branches:
only:
- - master
-
+ - master
+
script:
- ruby -e "puts 'Hello world!'"