forked from makefu/docker-pyload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
25 lines (21 loc) · 944 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: required
language: ruby
services:
- docker
before_install:
#- gem install serverspec
#- gem install docker-api
script:
#- rspec Dockerfile_spec.rb
- sudo docker build -t pyload .
# TODO: rspec surely is much cooler than this
- sudo sh ./test-link.sh 'xdcc://irc.rizon.net/#NIBL/XDCC|Elsie/2850'
- sudo sh ./test-link.sh 'xdcc://irc.rizon.net/#NIBL/Baka^/1'
- sudo sh ./test-link.sh 'xdcc://irc.rizon.net/#HorribleSubs/Ginpachi-Sensei/157'
- sudo sh ./test-link.sh 'xdcc://irc.eu.abjects.net/beast-xdcc/Beast-L-EU71/70'
# - sudo sh ./test-link.sh xdcc://eudora.sg.as.abjects.net/BEAST-XDCC/Beast-J-083/27
# - sudo sh ./test-link.sh xdcc://irc.rizon.net/#NIBL/Retrofit\|Kazahana/#1
# - sudo sh ./test-link.sh xdcc://irc.rizon.net/HorribleSubs/ARUTHA-BATCH\|1080p/947
# - sudo sh ./test-link.sh xdcc://irc.rizon.net/#NIBLHarley-Quinn/1
# - sudo sh ./test-link.sh xdcc://irc.rizon.net/#NIBL/AnimeDispenser/#9
#