diff options
| author | Christoph Schlosser <thisisagap@gmail.com> | 2017-12-16 21:40:55 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-12-16 21:48:09 +0100 |
| commit | 60daab937d567e3b15176537299be633072cfb98 (patch) | |
| tree | 3f41468c678f82a523ca40a9a2b25c4f4e99cf3a | |
| parent | 3de5b4bba52df5f22b2509e330ce9f488d96e723 (diff) | |
| download | doxdocgen-60daab937d567e3b15176537299be633072cfb98.tar.gz | |
Fix typo in travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2c6af79..dd5d49a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false branches: only: - - maste + - master os: - linux |