1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
xeps/.travis.yml
2017-08-18 14:56:58 -05:00

8 lines
129 B
YAML

sudo: required
services:
- docker
before_install:
- docker pull xmppxsf/xeps-base
script:
- docker build -t xmppxsf/xeps .