We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a974d0 commit 85764f9Copy full SHA for 85764f9
.github/workflows/ci.yml
@@ -0,0 +1,11 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ test:
9
+ runs-on: ubuntu-16.04
10
+ steps:
11
+ - run: uname -a
README.md
@@ -1,6 +1,6 @@
# Postgrex
-[](https://travis-ci.org/elixir-ecto/postgrex)
+[](https://github.com/elixir-ecto/postgrex/actions)
PostgreSQL driver for Elixir.
0 commit comments