Browse Source

add .travis.yml

Marcin Krzyżanowski 9 years ago
parent
commit
1676913539
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .travis.yml

+ 11 - 0
.travis.yml

@@ -0,0 +1,11 @@
+os:
+    - linux
+    - osx
+language: generic
+sudo: required
+dist: trusty
+osx_image: xcode7.3
+install:
+    - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
+script:
+    - bash <(curl -s https://raw.githubusercontent.com/PlanTeam/Tools/master/CI.sh)