about summary refs log tree commit diff stats
path: root/.travis.yml
blob: abdeaa98c3f338994c35144bd3439921bb250428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
sudo: required
language: c
services:
  - docker

before_install:
  - docker build -f Dockerfile -t profanity .

script:
- docker run -it profanity ./travis-build.sh