From c7762d8163173af93f32e4d4a1ba0dfad82f4ce3 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 11:50:17 +0200 Subject: [PATCH 1/2] exploring ways to use zfs within travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fae66a6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU +before_install: + - eval "$(curl -sL https://raw.github.com/fniephaus/travis-remote-shell/master/run.sh)" From b0db6d13cc89b726a556d7d07072f2d7da8d9dca Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 11:59:12 +0200 Subject: [PATCH 2/2] test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fae66a6..69cd694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ env: NGROK_TOKEN=1c1uvy5CSMYBuO3o7Jv3xgRugYF_XGEz3Atyjb7KMaxw5GeU before_install: - - eval "$(curl -sL https://raw.github.com/fniephaus/travis-remote-shell/master/run.sh)" + - eval "$(curl -sL https://raw.githubusercontent.com/sysgears/travis-remote-shell/master/run.sh)"