summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-03 13:43:22 (GMT)
committerDomen Kožar <domen@dev.si>2020-06-03 13:49:33 (GMT)
commit2e881abad171f4f516369dd08ebd0124075b076f (patch)
treec50ecc9b4428de28db48b5665ce5f0b6ced5e11e /.travis.yml
parent12e2b7b813c3b8c9f18399fbffa0337c688ab09e (diff)
downloadpatchelf-2e881abad171f4f516369dd08ebd0124075b076f.zip
patchelf-2e881abad171f4f516369dd08ebd0124075b076f.tar.gz
patchelf-2e881abad171f4f516369dd08ebd0124075b076f.tar.bz2
github actions -> travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e112de4..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-language: cpp
-dist: xenial
-script:
- - ./bootstrap.sh
- - ./configure
- - make
- - cd tests && make check