Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steverichey authored Sep 28, 2017
1 parent e6db2c3 commit f1e4e1c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
language: objective-c
language: generic
dist: trusty
os: linux

before_script:
- xmllint --version

script:
- xmllint --noout img/*.svg

branches:
only:
- master

git:
depth: 10

sudo: false

addons:
apt:
packages:
# Necessary to get xmllint available
- libxml2-utils

0 comments on commit f1e4e1c

Please sign in to comment.