Merge pull request #1449 from turt2live/travis/down-with-travis
Remove Travis CI configurationpull/1454/head
commit
6368b03280
@ -1,16 +0,0 @@
|
|||||||
language: go
|
|
||||||
go:
|
|
||||||
- 1.8
|
|
||||||
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
# we only need a single git commit
|
|
||||||
git:
|
|
||||||
depth: 1
|
|
||||||
|
|
||||||
install:
|
|
||||||
- sudo apt-get update
|
|
||||||
- sudo apt-get install python3 python3-dev
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./scripts/test-and-build.sh
|
|
Loading…
Reference in New Issue