Skip to content

Commit

Permalink
Set up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-chiazzo committed Aug 16, 2017
1 parent 7e4e39f commit 6b7e416
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: required

os:
- osx

before_install:
- brew update
- brew outdated xctool || brew upgrade xctool

install:
- brew install swiftlint

script:
- swiftlint

0 comments on commit 6b7e416

Please sign in to comment.