commit
293a0957fa
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
dist: trusty
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.9
|
||||||
|
services:
|
||||||
|
- postgresql
|
||||||
|
before_script:
|
||||||
|
- createdb vulcanize
|
||||||
|
- psql vulcanize < migrations/schema.sql
|
||||||
|
script:
|
||||||
|
- go test -v ./core/...
|
||||||
|
notifications:
|
||||||
|
email: false
|
@ -52,7 +52,6 @@ CREATE TABLE blocks (
|
|||||||
--
|
--
|
||||||
|
|
||||||
CREATE SEQUENCE blocks_id_seq
|
CREATE SEQUENCE blocks_id_seq
|
||||||
AS integer
|
|
||||||
START WITH 1
|
START WITH 1
|
||||||
INCREMENT BY 1
|
INCREMENT BY 1
|
||||||
NO MINVALUE
|
NO MINVALUE
|
||||||
@ -103,4 +102,3 @@ ALTER TABLE ONLY schema_migrations
|
|||||||
--
|
--
|
||||||
-- PostgreSQL database dump complete
|
-- PostgreSQL database dump complete
|
||||||
--
|
--
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user