You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns/.travis.yml

13 lines
324 B
YAML

10 years ago
language: go
go:
9 years ago
- 1.5
10 years ago
- tip
10 years ago
before_install:
10 years ago
- 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"
10 years ago
skip_join: true