github.com/everlongproject/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.2
     4  before_install:
     5  - go get github.com/onsi/ginkgo/...
     6  - go get github.com/onsi/gomega/...
     7  install: true
     8  script: bin/test
     9  branches:
    10    only:
    11    - master