aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-05-19 00:07:26 -0500
committerBen Beltran <ben@nsovocal.com>2017-05-19 00:07:26 -0500
commit691c09f872dfd69d6e3df12ce0e1d2f0807b3937 (patch)
treecc59c6735455ca26f94d43896b0733679821eea5
parent76055210073bc0e39137b455e3c8311214ae4107 (diff)
Add linting to travis
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c2bbed..3e2236d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,9 @@ language:
osx_image: xcode8.3
+install:
+ - ./Scripts/install_swiftlint.sh
+
script:
+ - make lint
- make build