From c7762d8163173af93f32e4d4a1ba0dfad82f4ce3 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 11:50:17 +0200 Subject: [PATCH] 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)"