summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-23 19:57:37 -0500
committerWolfy-J <[email protected]>2018-01-23 19:57:37 -0500
commit7b3302da9167482a235689b2026583323a2b8929 (patch)
tree3c81bb64b696c1f4cde229863f8231ae895aedf8 /.travis.yml
parente5e094184f8c7369f61c3bfc36105368260109d7 (diff)
badges
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..c2460f18
--- /dev/null
+++ b/.travis.yml
@@ -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