Start experimenting with travis

canary
WolverinDEV 2018-10-09 14:20:17 +02:00
parent 5c70ca2178
commit 575a763079
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
sudo: required
services:
- docker
before_install:
- docker pull wolverindev/teaweb
- docker run --name teaweb teaweb:build /bin/bash
script:
- "ls -lah"
- "cd root"
- "ls -lah"