SparkleShare/.travis.yml

15 lines
188 B
YAML
Raw Normal View History

2017-02-21 18:26:23 +00:00
sudo: required
services:
- docker
os:
- linux
before_install:
- docker pull fedora:26
2017-02-21 18:26:23 +00:00
script:
- docker build --file build/ci/flatpak/Dockerfile --tag "sparkleshare:nightly" .
2017-02-21 18:26:23 +00:00