From bc743ac9f2deada0926a48c83a3e258fe0c10fd3 Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:56:58 +0500 Subject: [PATCH] .. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e857ed5..b4289e0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,5 @@ os: linux dist: focal -language: php -php: 8.1 -before_install: -- openssl aes-256-cbc -K $encrypted_4b6fcb2d521e_key -iv $encrypted_4b6fcb2d521e_iv - -in test.txt.enc -out test.txt -d -- cat test.txt +language: shell install: skip script: true