@cryptotaxi247 / kubo / commits / 44d828876

travis: remove TravisCI, if someone wants to fix it, be my guest

Having a red status check only means that it is ok to see red there. This shouldn't be the norm as it makes us ignore status checks. It is the same case with random test failures. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Mar 5, 2019 at 00:38 UTC 44d828876b66dc3d2a6e53d1059f66777e4b13be
1 file changed -30
.travis.yml deleted
-30
@@ -1,30 +0,0 @@
1 -# dist: trusty # KVM Setup
2 -
3 -notifications:
4 - email: false
5 -
6 -os:
7 - - linux
8 - - osx
9 -
10 -language: go
11 -
12 -go:
13 - - 1.11.x
14 -
15 -env:
16 - - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
17 - - TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
18 -
19 -install:
20 - - make install
21 -
22 -script:
23 - - make $TEST_SUITE
24 -
25 -# For docker containers
26 -
27 -sudo: required
28 -
29 -services:
30 - - docker