github.com/nak3/source-to-image@v1.1.10-0.20180319140719-2ed55639898d/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.7.x
     5    - master
     6  
     7  install:
     8    - make install-travis
     9  
    10  script:
    11    - make verify
    12    - make check TESTFLAGS="-p=4" TESTS="''" # empty quotes are because hack/test-go.sh requires 2 args
    13  
    14  notifications:
    15    irc: "chat.freenode.net#openshift-dev"
    16  
    17  sudo: false
    18  
    19  matrix:
    20    allow_failures:
    21    - go: master
    22    fast_finish: true