Start experimenting with travis
parent
5c70ca2178
commit
575a763079
|
@ -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"
|
Loading…
Reference in New Issue