github.com/pusher/oauth2_proxy@v3.2.0+incompatible/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.11.x
     4    - 1.12.x
     5  install:
     6    # Fetch dependencies
     7    - wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
     8    - chmod +x dep
     9    - mv dep $GOPATH/bin/dep
    10  script:
    11    - ./configure
    12    # Run tests
    13    - make test
    14  sudo: false
    15  notifications:
    16    email: false