github.com/orangenpresse/up@v0.6.0/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.9
     4  
     5  script:
     6    - curl -sL https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > dep
     7    - chmod +x ./dep
     8    - ./dep ensure
     9    - make install.deps
    10    - make test.ci