1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-15 05:43:03 +01:00
toxic/.travis.yml

24 lines
594 B
YAML
Raw Normal View History

2015-03-26 07:56:40 +01:00
env:
secure: m+RsGCgemJNMKbinD97PtjC1pUuFzDBrAol3tI6Z3xP1FE2qF0/efbcC5OyNwUWwcaqGRb83d0vWt4hzhxMwrwJC8O6EFLFHgJs0WpslP+++KRN30PUOqRFFqH404InF4pFNULlnwJYFZ8bGft4ThxppbEOeSYcXN4WSgb66RjM=
2013-08-24 00:41:32 +02:00
before_script:
2015-05-21 03:00:28 +02:00
- sudo apt-get install wget
2015-03-26 07:56:40 +01:00
2013-08-24 00:41:32 +02:00
script:
2015-05-21 03:00:28 +02:00
- wget -O temp https://jenkins.libtoxcore.so/job/toxic_linux_beta/build?token=$TOKEN && cat temp
2015-03-26 07:56:40 +01:00
2013-08-24 00:41:32 +02:00
notifications:
email: false
2015-04-07 23:28:12 +02:00
irc:
2015-04-03 04:31:20 +02:00
channels:
- "chat.freenode.net#tox-groupchats"
on_success: always
on_failure: always
2013-08-24 00:41:32 +02:00
2015-04-04 09:42:43 +02:00
irc:
channels:
2015-04-07 23:28:12 +02:00
- "chat.freenode.net#tox-groupchats"
2015-04-04 09:42:43 +02:00
on_success: always
on_failure: always