aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9f3251d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language: go
-services:
- - mysql
-
-env:
- - SUITE=lint
- - SUITE=test
-
-go:
- - 1.12.x
- - 1.11.x
- - 1.10.x
- - tip
-
-matrix:
- allow_failures:
- - go: tip
- fast_finish: true
-
-before_install:
- - make dep
- - mysql -e 'CREATE DATABASE certs;'
-
-install:
- - go version
-
-sudo: false
-script:
- - MYSQL_TEST="true" make $SUITE
-
-after_success:
- - bash <(curl -s https://codecov.io/bash)