diff options
author | Wolfy-J <[email protected]> | 2018-01-23 19:57:37 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 19:57:37 -0500 |
commit | 7b3302da9167482a235689b2026583323a2b8929 (patch) | |
tree | 3c81bb64b696c1f4cde229863f8231ae895aedf8 /.travis.yml | |
parent | e5e094184f8c7369f61c3bfc36105368260109d7 (diff) |
badges
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 23 |
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 |