summaryrefslogtreecommitdiff
path: root/travis.yaml
blob: c2460f187d6cf893e6f7e7cfab1782756fb2ad5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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