Browse Source

.travis.yml: Trim trailing whitespace and indent (#3118)

pull/3128/head
John Vandenberg 4 years ago
parent
commit
6ab0c59127
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -4,7 +4,7 @@ sudo: false

branches:
only:
- master
- master
script:
- ruby -e "puts 'Hello world!'"

Loading…
Cancel
Save