Revision 9f5189cd001593cf304ce45ad319777b2fe884f8 authored by Gyu-Ho Lee on 12 February 2016, 19:13:20 UTC, committed by Gyu-Ho Lee on 12 February 2016, 19:13:20 UTC
1 parent 6bc9b6e
Raw File
.travis.yml
language: go
sudo: false
go:
  - 1.4
  - 1.5

install:
 - go get github.com/barakmich/go-nyet

script:
 - INTEGRATION=y ./test
back to top