summaryrefslogtreecommitdiff
path: root/travis.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'travis.yaml')
-rw-r--r--travis.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/travis.yaml b/travis.yaml
new file mode 100644
index 00000000..c2460f18
--- /dev/null
+++ b/travis.yaml
@@ -0,0 +1,23 @@
+language: php
+
+sudo: required
+
+php:
+ - 7.0
+ - 7.1
+ - 7.2
+
+go:
+ - 1.8
+
+before_install:
+ - composer self-update
+
+install:
+ - composer install --no-interaction --prefer-source
+ - go get "github.com/spiral/goridge"
+ - go get "github.com/pkg/errors"
+ - go get "github.com/stretchr/testify/assert"
+
+script:
+ - go test -race -bench=. -benchmem -v \ No newline at end of file