gitee.com/Aodao/i18n4go.git@v0.2.7-0.20160826202043-6224c7d27921/.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