mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-07 18:15:47 +08:00
Add new travis CI configuration (#38)
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.7
|
||||
- tip
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
- postgresql
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database travis_ci_test;' -U postgres
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:masterminds/glide -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install glide -y
|
||||
Reference in New Issue
Block a user