diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-04-06 10:07:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-04-06 10:07:07 +0200 |
commit | caf97d9cd063ebc98df80293f6d3d6c64471766d (patch) | |
tree | f3b44ec4f15d70319f954ded1fd6de49920519f6 /.travis.travelynx.conf | |
parent | 56f355741c9fc451318df1d75aa4471b6b922402 (diff) |
Switch from Travis CI to GitHub Actions
Squashed commit of the following:
commit 3dd25e35bb8c9d238e64300494b8c4e05e494bba
Author: Daniel Friesel <derf@finalrewind.org>
Date: Mon Apr 6 10:02:57 2020 +0200
hm
commit 04159061ed7932e2ee4ceca7af9d43a3fca034c5
Author: Daniel Friesel <derf@finalrewind.org>
Date: Mon Apr 6 09:56:19 2020 +0200
no sudo
commit 1d16ec10faa807672433cbab11acd50eee9c8a6f
Author: Daniel Friesel <derf@finalrewind.org>
Date: Mon Apr 6 09:51:54 2020 +0200
Switch from Travis CI to GitHub Actions
Diffstat (limited to '.travis.travelynx.conf')
-rw-r--r-- | .travis.travelynx.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.travelynx.conf b/.travis.travelynx.conf deleted file mode 100644 index 2678d10..0000000 --- a/.travis.travelynx.conf +++ /dev/null @@ -1,12 +0,0 @@ -{ - cache => { - schedule => '/tmp/dbf-iris-main', - realtime => '/tmp/dbf-iris-realtime', - }, - db => { - host => 'localhost', - database => 'travelynx_ci_test', - user => 'postgres', - password => '', - }, -}; |