diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac077457..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -dist: trusty -language: go -go: - - 1.9 -services: - - postgresql -before_script: - - createdb vulcanize - - psql vulcanize < migrations/schema.sql -script: - - go test -v ./core/... -notifications: - email: false