diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 23:21:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 23:22:08 +0300 |
commit | c48e353575cf4f1e5aa56d15bf07d7967eb4dd14 (patch) | |
tree | ccead50ca318704117ddddfdeb53dd8dee8c61ec | |
parent | Travis: test_symlink_*: actually do fail (diff) | |
download | config-links-c48e353575cf4f1e5aa56d15bf07d7967eb4dd14.tar.gz config-links-c48e353575cf4f1e5aa56d15bf07d7967eb4dd14.zip |
bye-bye, Travisno_more_travis
-rw-r--r-- | .ci/dest/1.txt (renamed from .travis/dest/1.txt) | 0 | ||||
-rw-r--r-- | .ci/dest/bar/3.txt (renamed from .travis/dest/bar/3.txt) | 0 | ||||
-rw-r--r-- | .ci/src/%DEST%/1.txt (renamed from .travis/src/%DEST%/1.txt) | 0 | ||||
-rw-r--r-- | .ci/src/%DEST%/bar/3.txt (renamed from .travis/src/%DEST%/bar/3.txt) | 0 | ||||
-rw-r--r-- | .ci/src/%DEST%/bar/baz/4.txt (renamed from .travis/src/%DEST%/bar/baz/4.txt) | 0 | ||||
-rw-r--r-- | .ci/src/%DEST%/foo/2.txt (renamed from .travis/src/%DEST%/foo/2.txt) | 0 | ||||
-rwxr-xr-x | .ci/test.sh (renamed from .travis/test.sh) | 0 | ||||
-rw-r--r-- | .travis.yml | 4 |
8 files changed, 0 insertions, 4 deletions
diff --git a/.travis/dest/1.txt b/.ci/dest/1.txt index 3a2e3f4..3a2e3f4 100644 --- a/.travis/dest/1.txt +++ b/.ci/dest/1.txt diff --git a/.travis/dest/bar/3.txt b/.ci/dest/bar/3.txt index a83d1d5..a83d1d5 100644 --- a/.travis/dest/bar/3.txt +++ b/.ci/dest/bar/3.txt diff --git a/.travis/src/%DEST%/1.txt b/.ci/src/%DEST%/1.txt index d00491f..d00491f 100644 --- a/.travis/src/%DEST%/1.txt +++ b/.ci/src/%DEST%/1.txt diff --git a/.travis/src/%DEST%/bar/3.txt b/.ci/src/%DEST%/bar/3.txt index 00750ed..00750ed 100644 --- a/.travis/src/%DEST%/bar/3.txt +++ b/.ci/src/%DEST%/bar/3.txt diff --git a/.travis/src/%DEST%/bar/baz/4.txt b/.ci/src/%DEST%/bar/baz/4.txt index b8626c4..b8626c4 100644 --- a/.travis/src/%DEST%/bar/baz/4.txt +++ b/.ci/src/%DEST%/bar/baz/4.txt diff --git a/.travis/src/%DEST%/foo/2.txt b/.ci/src/%DEST%/foo/2.txt index 0cfbf08..0cfbf08 100644 --- a/.travis/src/%DEST%/foo/2.txt +++ b/.ci/src/%DEST%/foo/2.txt diff --git a/.travis/test.sh b/.ci/test.sh index e7bcd5a..e7bcd5a 100755 --- a/.travis/test.sh +++ b/.ci/test.sh diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bc7fb60..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: minimal -os: linux -dist: bionic -script: ./.travis/test.sh |