summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 15:09:59 +0300
committerWolfy-J <[email protected]>2018-06-11 15:09:59 +0300
commit8a82f175563a5ee5dc66d17a04b4b39f2cae59b3 (patch)
treef3a81bb7b09d863a43acc46e47bc5364ae7024f0 /.travis.yml
parent545b0e9a395dc33ba511fd2e107c32b797e89849 (diff)
improved tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index b42fb527..1edcdf9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,16 @@
-language: php
+language: go
sudo: required
-php:
- - 7.0
- - 7.1
- - 7.2
-
go:
- - 1.8.0
+ - "1.8"
+ - "1.9"
+ - "1.10.x"
+
+php:
+ - "7.0"
+ - "7.1"
+ - "7.2"
before_install:
- go version