From caf97d9cd063ebc98df80293f6d3d6c64471766d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Apr 2020 10:07:07 +0200 Subject: Switch from Travis CI to GitHub Actions Squashed commit of the following: commit 3dd25e35bb8c9d238e64300494b8c4e05e494bba Author: Daniel Friesel Date: Mon Apr 6 10:02:57 2020 +0200 hm commit 04159061ed7932e2ee4ceca7af9d43a3fca034c5 Author: Daniel Friesel Date: Mon Apr 6 09:56:19 2020 +0200 no sudo commit 1d16ec10faa807672433cbab11acd50eee9c8a6f Author: Daniel Friesel Date: Mon Apr 6 09:51:54 2020 +0200 Switch from Travis CI to GitHub Actions --- .github/travelynx.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/travelynx.conf (limited to '.github/travelynx.conf') diff --git a/.github/travelynx.conf b/.github/travelynx.conf new file mode 100644 index 0000000..816926e --- /dev/null +++ b/.github/travelynx.conf @@ -0,0 +1,12 @@ +{ + cache => { + schedule => '/tmp/dbf-iris-main', + realtime => '/tmp/dbf-iris-realtime', + }, + db => { + host => 'postgres', + database => 'travelynx_ci_test', + user => 'travelynx', + password => 'whatever', + }, +}; -- cgit v1.2.3