aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-10-06 15:23:49 +0200
committerCharles Cabergs <me@cacharle.xyz>2024-10-06 15:23:49 +0200
commit0f4d7ab00e7b74d9deba92ef038f4fa53604ea24 (patch)
tree304a445819bd32ea902e2a6aa0d546db031f07c1
parente8835e7ad1bc02cad6aa21b3ad76690847f9e5ce (diff)
downloaddotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.tar.gz
dotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.tar.bz2
dotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.zip
Remove .travis.yml
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 690cd55..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: shell
-
-os: linux
-dist: focal # for python3.8 (https://packages.ubuntu.com/en/focal/python3)
-
-addons:
- apt:
- packages:
- - python3
- - python3-pip
-
-install:
- - pip3 install -U pip
- - pip3 install setuptools
- - pip3 install -r requirements-dev.txt
-
-script:
- - ./test