Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
sunset travis for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyah Check committed Jan 6, 2020
1 parent baec232 commit d50d915
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

27 changes: 27 additions & 0 deletions no_travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
dist: bionic
language: go
go:
- "1.12.x"
- "1.13.x"
addons:
apt:
packages:
- ffmpeg
- frei0r-plugins
before_install:
- go get -u github.com/sirupsen/logrus
- go get -u github.com/viert/go-lame
install: true
script:
- make build
- make test
- make install
deploy:
- provider: script
script: echo "Deploy not enabled at the moment"
skip_cleanup: true
on:
branch: master
notifications:
email: false
env: GO111MODULE=on

0 comments on commit d50d915

Please sign in to comment.