github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.5
     7    - tip
     8  
     9  install: make updatedeps
    10  
    11  script:
    12    - make test
    13  
    14  branches:
    15    only:
    16      - master
    17  
    18  matrix:
    19    fast_finish: true
    20    allow_failures:
    21      - go: tip