diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-10-06 15:23:49 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-10-06 15:23:49 +0200 |
| commit | 0f4d7ab00e7b74d9deba92ef038f4fa53604ea24 (patch) | |
| tree | 304a445819bd32ea902e2a6aa0d546db031f07c1 /.travis.yml | |
| parent | e8835e7ad1bc02cad6aa21b3ad76690847f9e5ce (diff) | |
| download | dotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.tar.gz dotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.tar.bz2 dotfiles-0f4d7ab00e7b74d9deba92ef038f4fa53604ea24.zip | |
Remove .travis.yml
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 18 |
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 |
