diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2018-01-10 20:08:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-10 20:08:31 +0800 |
| commit | 5ce9896cec47294b6b15978fbe4a3e34e39f43aa (patch) | |
| tree | 26cfb72d6c2ff13e0e88cf9b1247895e84491907 /.travis.yml | |
| parent | e32076406410554eb8cb557b95e856ba16820e2a (diff) | |
| parent | 3715f61ca5bbde8909a85d8594038c0c4e69018b (diff) | |
Merge pull request #118 from jamieaconn/testfix
fix test failing due to new year
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f982308..70c716c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: go sudo: false go: - - 1.6.2 + - 1.9.2 os: - linux - osx + script: - go test -v ./... |
