Remove all old source files

This commit is contained in:
James Munnelly
2018-01-07 12:51:59 +00:00
parent 70d9ea81b9
commit 9721a0f210
1017 changed files with 0 additions and 557853 deletions
-29
View File
@@ -1,29 +0,0 @@
# Use the new Container based KVM stack which allows "sudo" access
dist: trusty
sudo: required
language: go
only:
- master
go:
- 1.6
services:
- docker
install:
- true
script:
- go test -cpu=2 -race -v -covermode=atomic ./...
# Run rolling update
after_success:
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o plex-elastic-transcoder github.com/munnerz/plex-elastic-transcoder
- docker build -t munnerz/elastic-plex:${TRAVIS_COMMIT:0:7} -f Dockerfile.plex .
- docker tag -f munnerz/elastic-plex:${TRAVIS_COMMIT:0:7} "munnerz/elastic-plex:latest"
- docker push munnerz/elastic-plex:latest
- docker push munnerz/elastic-plex:${TRAVIS_COMMIT:0:7}