1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-22 10:22:20 +00:00

Add language specification

This commit is contained in:
Kirill Kholodilin 2017-05-18 16:13:34 +02:00 committed by GitHub
parent 2f45be78e7
commit e3f33ed0d0

View File

@ -1,3 +1,5 @@
language: go
sudo: false
before_install:
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"