2
0
mirror of https://github.com/namecoin/ncdns synced 2024-11-18 03:26:00 +00:00
ncdns/.travis.yml
2014-12-24 17:05:17 +00:00

13 lines
324 B
YAML

language: go
go:
- 1.3
- tip
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get update -qq; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get install -y libcap-dev; fi
notifications:
irc:
channels:
- "chat.freenode.net##hl-t"
skip_join: true