diff options
| author | Carlos Martín Nieto <[email protected]> | 2018-03-26 12:58:53 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2018-03-26 12:58:53 +0200 |
| commit | 1381380f3450f91b66c7951ad0e40c31acb784a1 (patch) | |
| tree | 1f45912f0c7baf092a42a793ecb6f8accee9c59a | |
| parent | b479bd14632fd5759d1335387548ce6e66a50f10 (diff) | |
travis: let yaml know these strings are strings
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e99fb2b..f611cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.7 - 1.8 - 1.9 - - 1.10 + - "1.10" - tip script: make test-static |
