Skip to content

Commit

Permalink
[william.dembo] chore(travis): add travis-ci to run test on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
walbertus committed Jan 6, 2020
1 parent a2e8cf9 commit a096965
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dist: trusty
sudo: required
language: go
go:
- "1.12"

services:
- redis-server
- postgresql

before_script:
- sudo service redis-server start

stages:
- test

jobs:
include:
- stage: test
script:
- make db.setup test

0 comments on commit a096965

Please sign in to comment.