1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 03:27:29 +01:00

Delete .travis.yml

This commit is contained in:
Amir Raminfar
2019-03-18 20:51:20 -07:00
committed by GitHub
parent 117a58e6b8
commit 36c0d327c7

View File

@@ -1,30 +0,0 @@
language: go
go:
- "1.12"
env:
global:
- GO111MODULE=on
services:
- docker
before_install:
- nvm install --lts
- npm i -g npm
- npm ci
- go get -u github.com/gobuffalo/packr/packr
after_success:
# docker login is required if you want to push docker images.
# DOCKER_PASSWORD should be a secret in your .travis.yml configuration.
# - test -n "$TRAVIS_TAG" && docker login -u=myuser -p="$DOCKER_PASSWORD"
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux