diff options
| author | Eyal Posener <[email protected]> | 2017-05-06 00:46:03 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-06 00:46:03 +0300 |
| commit | 212ac48007c8dffbfa9f3aff983aee941cc779eb (patch) | |
| tree | 3e208f11626a9d71f74266875da9a16643b8c31d | |
| parent | 0b5973aaacd2a408f0ddcf9871730fffc2103f37 (diff) | |
Fix tests
add missing directory to git
remove support of go1.7
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | tests/dir/x | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c942ff1..965e6ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go sudo: false go: - - 1.7 - 1.8 - tip diff --git a/tests/dir/x b/tests/dir/x new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/dir/x |
