SparkleShare/.travis.yml
Hylke Bons 22a7419c40 build: Always build the current branch
travis: Fix source path copy
2017-03-12 15:41:08 +00:00

15 lines
184 B
YAML

sudo: required
services:
- docker
os:
- linux
before_install:
- docker pull ubuntu:xenial
script:
- docker build --file build/ci/Dockerfile --tag "sparkleshare:nightly" .