Skip to content
Snippets Groups Projects
Select Git revision
  • bfcf8b31aef85239a48e433dc2da9d2493e109e5
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

.gitignore

Blame
  • .travis.yml 316 B
    language: go
    services:
      - mysql
    
    env:
      - MYSQL_TEST="true"
    
    go:
      - 1.11rc2
      - 1.10.x
      - 1.9.x
      - tip
    
    matrix:
      allow_failures:
        - go: tip
        - go: 1.11beta3
      fast_finish: true
    
    before_install:
      - make dep
      - mysql -e 'CREATE DATABASE certs;'
    
    install:
      - go version
    
    sudo: false
    script:
      - make test